mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Merge pull request #1701 from RaspAP/fix/nogateway-default
Adds a nogateway option to wlan0 in default config
This commit is contained in:
commit
0e39896f3d
1 changed files with 1 additions and 0 deletions
|
@ -15,4 +15,5 @@ interface wlan0
|
||||||
static ip_address=10.3.141.1/24
|
static ip_address=10.3.141.1/24
|
||||||
static routers=10.3.141.1
|
static routers=10.3.141.1
|
||||||
static domain_name_server=9.9.9.9 1.1.1.1
|
static domain_name_server=9.9.9.9 1.1.1.1
|
||||||
|
nogateway
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue