re-factoring into my shell script framework.
shifting away from invoking via curl and using a downloaded zip file or git clone.
This commit is contained in:
6
ProjectCode/ConfigFiles/DHCP/dhclient.conf
Normal file
6
ProjectCode/ConfigFiles/DHCP/dhclient.conf
Normal file
@ -0,0 +1,6 @@
|
||||
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
|
||||
|
||||
send host-name = gethostname();
|
||||
request subnet-mask, broadcast-address, time-offset, routers,
|
||||
domain-name, host-name,
|
||||
rfc3442-classless-static-routes;
|
Reference in New Issue
Block a user