fix: remove useles routing field

This commit is contained in:
Winston Smith 2021-05-10 15:23:19 +02:00
parent c08d9fda90
commit 9b491026b6
1 changed files with 0 additions and 10 deletions

View File

@ -62,16 +62,6 @@ Get-NetFirewallRule -name "*ICMP4-ERQ-In*" |Enable-NetFirewallRule
#END
### Activating remote-access role
echo "Activating remote-access role"
set-service RemoteAccess -StartupType Automatic
Start-Service RemoteAccess
#End
#netsh -f ./WAN.conf
### Set connection as Private