feat: Added new nodes
All checks were successful
Build Docker / Build Docker (push) Successful in 46s

This commit is contained in:
2024-02-28 23:20:41 +11:00
parent 282d6a30f7
commit 51076c5dc1
5 changed files with 9 additions and 74 deletions

View File

@@ -19,7 +19,7 @@ setLocal('0.0.0.0:53')
addACL('0.0.0.0/0')
--TODO fix this to redirect to welcome page
map = { newDOHResponseMapEntry("^/$", 307, "https://welcome.hnsdoh.com") }
dohFE = getDOHFrontend(0)
dohFE:setResponsesMap(map)