diff options
author | Jon Clausen <jac@nordu.net> | 2018-08-01 13:30:26 +0200 |
---|---|---|
committer | Jon Clausen <jac@nordu.net> | 2018-08-01 13:30:26 +0200 |
commit | 328fb90a99fc370cfe61b45cc66ca2945f75d8be (patch) | |
tree | 15577f6b121692bdb68e4d5541b6b0887444aae8 | |
parent | c0baf2d538e1556a38208058be8a871d720bcc0b (diff) |
corrected default nameserver IPv4 address
-rwxr-xr-x | prep-boot-floppy-and-ks-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prep-boot-floppy-and-ks-config b/prep-boot-floppy-and-ks-config index 9432c16..5c3daf6 100755 --- a/prep-boot-floppy-and-ks-config +++ b/prep-boot-floppy-and-ks-config @@ -196,7 +196,7 @@ function check_options { fi if [ "x${NS}" = "x" ] then - NS="109.106.96.141" + NS="109.105.96.141" fi if [ "x${PublishPath}" = "x" ] then |