diff options
author | Kali Kaneko <kali@leap.se> | 2013-08-30 21:16:13 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-08-30 21:16:13 +0200 |
commit | 56275cfa83a69925fdb13fba84ce05be0de6ba57 (patch) | |
tree | 20581f1da872c28b5ccc082bb088c17bac204861 /pkg/linux | |
parent | bd7f5603068f562ec11d19ea7882dc4418c5b5d0 (diff) | |
parent | 83f5501364e77dfeac9fbbf67bff8ee9e63431ed (diff) |
Merge branch 'develop' of ssh://leap.se/leap_client into develop
Diffstat (limited to 'pkg/linux')
-rwxr-xr-x | pkg/linux/resolv-update | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/linux/resolv-update b/pkg/linux/resolv-update index a54802e3..601d3bd2 100755 --- a/pkg/linux/resolv-update +++ b/pkg/linux/resolv-update @@ -20,13 +20,13 @@ function up() { comment=$( cat <<SETVAR # -# This is a temporary resolv.conf set by the LEAP Client in order to +# This is a temporary resolv.conf set by the Bitmask in order to # strictly enforce that DNS lookups are secured by the VPN. # -# When the LEAP Client quits or the VPN connection it manages is dropped, +# When Bitmask quits or the VPN connection it manages is dropped, # this file will be replace with the regularly scheduled /etc/resolv.conf # -# If you want custom entries to appear in this file while LEAP is running, +# If you want custom entries to appear in this file while Bitmask is running, # put them in /etc/leap/resolv-head or /etc/leap/resolv-tail. These files # should only be writable by root. # |