diff options
author | Roy Marples <roy@marples.name> | 2007-09-30 14:35:12 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-30 14:35:12 +0000 |
commit | d3d0fd2d9ccb53b0cb132bedf5d4e5a4a8409d3c (patch) | |
tree | 8b792f540cb482ea371543f4fbd34bfae4b5dda2 | |
parent | 0fae5deeb16690ea22345ed7f8ea38a716ac5d3a (diff) |
Fix dns timeout comment, #19405 thanks to Patrik Wenger.
-rw-r--r-- | conf.d.Linux/net.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d.Linux/net.example b/conf.d.Linux/net.example index 040b42c2..8f69faa9 100644 --- a/conf.d.Linux/net.example +++ b/conf.d.Linux/net.example @@ -874,7 +874,7 @@ #dns_domain_eth0="your.domain" #dns_servers_eth0="192.168.0.2 192.168.0.3" #dns_search_eth0="this.domain that.domain" -#dns_options_eth0="'timeout 1' rotate" +#dns_options_eth0="'timeout:1' rotate" #dns_sortlist_eth0="130.155.160.0/255.255.240.0 130.155.0.0" # See the man page for resolv.conf for details about the options and sortlist # directives |