fix: corrected WAN network line
This commit is contained in:
parent
dd5c9aceef
commit
64872d94d6
@ -48,8 +48,7 @@ netsh interface ip set address name="Arc-SRV" static 192.168.8.254 255.255.255.0
|
||||
|
||||
### WAN conf
|
||||
|
||||
netsh interface ip set address name="WAN" static 192.168.255.8 255.255.255.0`
|
||||
192.168.255.254
|
||||
netsh interface ip set address name="WAN" static 192.168.255.8 255.255.255.0 192.168.255.254
|
||||
|
||||
|
||||
### DNS Conf for all InterfaceAlias ###
|
||||
|
Loading…
Reference in New Issue
Block a user