Nathan Woodburn
de7dd7fe9a
All checks were successful
Build Docker / Build_Docker (push) Successful in 1m6s
14 lines
551 B
Plaintext
14 lines
551 B
Plaintext
newServer({address="127.0.0.1:5353", name="HSD"})
|
|
|
|
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 })
|
|
|
|
addACL('0.0.0.0/0')
|
|
|
|
map = { newDOHResponseMapEntry("^/$", 307, "https://welcome.hnsdoh.com") }
|
|
dohFE = getDOHFrontend(0)
|
|
dohFE:setResponsesMap(map)
|
|
|
|
setKey("csl2icaGACsP3+M9tx55c8+dBxVCnlnqAHEC92P55eo=")
|
|
controlSocket('127.0.0.1:5199') |