diff options
author | Jon Clausen <jac@nordu.net> | 2018-08-01 13:37:17 +0200 |
---|---|---|
committer | Jon Clausen <jac@nordu.net> | 2018-08-01 13:37:17 +0200 |
commit | 1e497cec3d3a010c74bc582527b9385c1e5b9be3 (patch) | |
tree | cf1e252b41b75e87125121e20e7b6273a08d3369 /adapt-ks-template | |
parent | 328fb90a99fc370cfe61b45cc66ca2945f75d8be (diff) |
corrected default nameserver IPv4 address
Diffstat (limited to 'adapt-ks-template')
-rwxr-xr-x | adapt-ks-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adapt-ks-template b/adapt-ks-template index d5c356b..9c49dc0 100755 --- a/adapt-ks-template +++ b/adapt-ks-template @@ -174,7 +174,7 @@ function check_options { fi if [ "x${NS}" = "x" ] then - NS="109.106.96.141" + NS="109.105.96.141" fi } |