fix: corrected WAN network line

This commit is contained in:
Winston Smith 2021-05-10 11:45:50 +02:00
parent c91388f306
commit 4248109e98
1 changed files with 1 additions and 2 deletions

View File

@ -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 ###