mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-01 09:39:31 +00:00
13 lines
448 B
Plaintext
13 lines
448 B
Plaintext
setLocal('0.0.0.0:53')
|
|
addLocal('[::]:53')
|
|
setACL({'0.0.0.0/0', '::/0'})
|
|
setECSOverride(true)
|
|
setECSSourcePrefixV4(32)
|
|
setECSSourcePrefixV6(128)
|
|
newServer({address='127.0.0.1:531', useClientSubnet=true, pool='authorative'})
|
|
newServer({ address='127.0.0.1:532', useClientSubnet=true, pool='recursor' })
|
|
addAction('tjas', PoolAction('authorative'))
|
|
addAction(AllRule(), PoolAction('recursor'))
|
|
setSecurityPollSuffix("")
|
|
setServFailWhenNoServer(true)
|