diff options
author | Roy Marples <roy@marples.name> | 2007-09-30 14:35:41 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-30 14:35:41 +0000 |
commit | 1a6912d7ebfe23a4e8a47c0c286f8e699f171aef (patch) | |
tree | 0d1faf50fc2f18a4a737aa5c3845dec6718bafcc | |
parent | d3d0fd2d9ccb53b0cb132bedf5d4e5a4a8409d3c (diff) |
Fix dns timeout comment, #19405 thanks to Patrik Wenger.
-rw-r--r-- | conf.d.BSD/net.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d.BSD/net.example b/conf.d.BSD/net.example index 77d0e7fc..134bee86 100644 --- a/conf.d.BSD/net.example +++ b/conf.d.BSD/net.example @@ -354,7 +354,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 |