Readd the router option

I'm not quite sure if it's needed or not and currently don't have the time to
test it.
This commit is contained in:
Andreas Zweili 2023-04-08 16:07:50 +02:00
parent 00db234e13
commit eca688ca15
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ in
option broadcast-address 10.213.0.255;
option domain-name-servers 84.200.69.80, 84.200.70.40;
subnet 10.213.0.0 netmask 255.255.255.0 {
option routers 10.213.0.1;
range 10.213.0.100 10.213.0.200;
}
'';