Update dhcp_server.markdown

This commit is contained in:
Pascal Vizeli 2017-05-23 23:22:28 +02:00 committed by GitHub
parent 1b7bf19a6c
commit d520317324

View File

@ -22,7 +22,7 @@ Create a simple DHCP server for your network and allow set fix ip for some devic
"range_start": "192.168.1.100",
"range_end": "192.168.1.200",
"broadcast": "192.168.1.255",
"routers": ["192.168.1.1"]
"gateway": "192.168.1.1"
}
],
"hosts": [