2024-06-20 13:58:44 +10:00
|
|
|
newServer({address="127.0.0.1:5353", name="HSD"})
|
2024-01-08 01:27:32 +11:00
|
|
|
|
2024-06-20 13:58:44 +10:00
|
|
|
addLocal('0.0.0.0:53', {reusePort=true})
|
|
|
|
addDOHLocal("127.0.0.1:8053", nil, nil, {"/", "/dns-query"}, { reusePort=true })
|
|
|
|
addTLSLocal('0.0.0.0', '/etc/letsencrypt/live/hnsdoh.com/fullchain.pem', '/etc/letsencrypt/live/hnsdoh.com/privkey.pem', { reusePort=true })
|
2023-12-22 17:41:51 +11:00
|
|
|
|
|
|
|
addACL('0.0.0.0/0')
|
|
|
|
|
2024-01-08 01:27:32 +11:00
|
|
|
map = { newDOHResponseMapEntry("^/$", 307, "https://welcome.hnsdoh.com") }
|
|
|
|
dohFE = getDOHFrontend(0)
|
|
|
|
dohFE:setResponsesMap(map)
|
2023-12-22 17:41:51 +11:00
|
|
|
|
|
|
|
setKey("csl2icaGACsP3+M9tx55c8+dBxVCnlnqAHEC92P55eo=")
|
2024-06-20 13:58:44 +10:00
|
|
|
controlSocket('127.0.0.1:5199')
|