diff options
author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2017-11-17 21:06:17 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-18 12:40:34 +0700 |
commit | 595a414ca9994b69bce6afb00dbdb6aaae8b77dd (patch) | |
tree | 682de47a379fd63ff7a92dba9180c175fa691c62 /network/openresolv/update-resolv-conf | |
parent | e8c1c5d593ee3a492263f57ced39ef041c307b39 (diff) |
network/openresolv: Updated for version 3.9.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 5a9d17b169f45..3c95f84531b75 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' |