diff options
Diffstat (limited to 'pdnsd.conf.dhcpcd-hook')
-rw-r--r-- | pdnsd.conf.dhcpcd-hook | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pdnsd.conf.dhcpcd-hook b/pdnsd.conf.dhcpcd-hook new file mode 100644 index 0000000..5e593f7 --- /dev/null +++ b/pdnsd.conf.dhcpcd-hook @@ -0,0 +1,10 @@ +server { + label = "dynamic"; + # no ip address definition here, this is just a placeholder + proxy_only = off; + lean_query = on; + timeout = 4; + uptest = none; + root_server = off; + purge_cache = off; +} |