diff options
author | Christian Hesse <mail@eworm.de> | 2013-05-27 09:48:44 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-05-27 09:48:44 +0200 |
commit | b55a47510f9f3daf53dfcde27ee102adf442593d (patch) | |
tree | e4e827fde2c55aa0e6be3cd23300f0c06f59cef1 /pdnsd.conf.dhcpcd-hook | |
parent | 2ca3f57b0986f289dc6a5aa36418d18963d3a180 (diff) | |
download | dhcpcd-hook-pdnsd-b55a47510f9f3daf53dfcde27ee102adf442593d.tar.gz dhcpcd-hook-pdnsd-b55a47510f9f3daf53dfcde27ee102adf442593d.tar.zst |
Initial import0.1.0
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; +} |