nodes/home.router: fix dhcp config for dmz

This commit is contained in:
Franzi 2021-04-10 12:09:24 +02:00
parent 197ebe2e38
commit ac58f2a10c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -52,7 +52,7 @@ nodes['home.router'] = {
'options': {
'broadcast-address': '172.19.139.255',
'domain-name-servers': '172.19.139.1',
'routers': '172.19.131.1',
'routers': '172.19.139.1',
'subnet-mask': '255.255.255.0',
},
},