Add useClientSubnet to dnsdist configuration

This commit is contained in:
Christer Warén
2025-08-27 13:55:05 +03:00
parent 84884d9015
commit be900d5785

View File

@@ -5,7 +5,7 @@ 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=false, pool='recursor' })
newServer({ address='127.0.0.1:532', useClientSubnet=true, pool='recursor' })
addAction('tjas', PoolAction('authorative'))
addAction(AllRule(), PoolAction('recursor'))
setSecurityPollSuffix("")