Merge branch 'main' into dns

pull/2/head
Milk.H 2023-01-18 11:29:29 +01:00
commit 09c54c5d15
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;
}
```