summaryrefslogtreecommitdiff
path: root/client/dhclient.conf.example
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2016-08-23 21:38:45 -0700
committerShawn Routhier <sar@isc.org>2016-08-23 21:38:45 -0700
commit60bba4343c0166736b2c94a867004825b6fd4244 (patch)
tree4942ad9b944a6aa0847917f636485c0bacdddceb /client/dhclient.conf.example
parentedd6d8881bc4d8ec4b04173c66c1c840756bbe76 (diff)
downloadisc-dhcp-60bba4343c0166736b2c94a867004825b6fd4244.tar.gz
[master] remove uses of vix.com, nominum.com and fugue.com
Squashed commit of the following: commit 375a26d52db75c3f62b8914f36e4f1618253075e Author: Shawn Routhier <sar@isc.org> Date: Thu Aug 18 14:26:28 2016 -0700 [rt43069] remove uses of vix.com, nominum.com and fugue.com
Diffstat (limited to 'client/dhclient.conf.example')
-rw-r--r--client/dhclient.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/dhclient.conf.example b/client/dhclient.conf.example
index b8354de8..2c35d248 100644
--- a/client/dhclient.conf.example
+++ b/client/dhclient.conf.example
@@ -1,7 +1,7 @@
send host-name = pick-first-value(gethostname(), "ISC-dhclient");
send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
send dhcp-lease-time 3600;
-supersede domain-search "fugue.com", "home.vix.com";
+supersede domain-search "example.com", "isc.org";
prepend domain-name-servers 127.0.0.1;
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, host-name;
@@ -25,7 +25,7 @@ lease {
interface "ep0";
fixed-address 192.33.137.200;
medium "link0 link1";
- option host-name "andare.swiftmedia.com";
+ option host-name "andare.example.com";
option subnet-mask 255.255.255.0;
option broadcast-address 192.33.137.255;
option routers 192.33.137.250;