Compare commits

...

2 Commits

Author SHA1 Message Date
Milk.H 09c54c5d15 Merge branch 'main' into dns 2023-01-18 11:29:29 +01:00
Milk.H f0f0151a33 Update 'dhcp/ubuntu.md' 2023-01-18 10:27:57 +01:00
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;
}
```