mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-01 07:39:32 +00:00
Add useClientSubnet to dnsdist configuration
This commit is contained in:
@@ -5,7 +5,7 @@ setECSOverride(true)
|
|||||||
setECSSourcePrefixV4(32)
|
setECSSourcePrefixV4(32)
|
||||||
setECSSourcePrefixV6(128)
|
setECSSourcePrefixV6(128)
|
||||||
newServer({address='127.0.0.1:531', useClientSubnet=true, pool='authorative'})
|
newServer({address='127.0.0.1:531', useClientSubnet=true, pool='authorative'})
|
||||||
newServer({ address='127.0.0.1:532', useClientSubnet=false, pool='recursor' })
|
newServer({ address='127.0.0.1:532', useClientSubnet=true, pool='recursor' })
|
||||||
addAction('tjas', PoolAction('authorative'))
|
addAction('tjas', PoolAction('authorative'))
|
||||||
addAction(AllRule(), PoolAction('recursor'))
|
addAction(AllRule(), PoolAction('recursor'))
|
||||||
setSecurityPollSuffix("")
|
setSecurityPollSuffix("")
|
||||||
|
Reference in New Issue
Block a user