diff options
Diffstat (limited to 'network/openresolv/update-resolv-conf')
-rw-r--r-- | network/openresolv/update-resolv-conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/openresolv/update-resolv-conf b/network/openresolv/update-resolv-conf index 5a9d17b169..3c95f84531 100644 --- a/network/openresolv/update-resolv-conf +++ b/network/openresolv/update-resolv-conf @@ -1,16 +1,16 @@ #!/bin/bash -# +# # Parses DHCP options from openvpn to update resolv.conf # To use set as 'up' and 'down' script in your openvpn *.conf: # up /etc/openvpn/update-resolv-conf # down /etc/openvpn/update-resolv-conf # -# Used snippets of resolvconf script by Thomas Hood <jdthood@yahoo.co.uk> +# Used snippets of resolvconf script by Thomas Hood <jdthood@yahoo.co.uk> # and Chris Hanson -# Licensed under the GNU GPL. See /usr/share/common-licenses/GPL. +# Licensed under the GNU GPL. See /usr/share/common-licenses/GPL. # # 05/2006 chlauber@bnc.ch -# +# # Example envs set from openvpn: # foreign_option_1='dhcp-option DNS 193.43.27.132' # foreign_option_2='dhcp-option DNS 193.43.27.133' |