Update 'dhcp/ubuntu.md'

pull/2/head^2
Milk.H 2023-01-18 10:27:57 +01:00
parent 43f8ad69d4
commit f0f0151a33
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ authorative;
subnet 192.168.100.0 netmask 255.255.255.0 {
range 192.168.100.100 192.168.100.200;
option routers 192.168.100.1;
option domain-name-servers 192.168.1.1, 192.168.1.2;
option domain-name-servers 192.168.100.1;
}
```