mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-10 23:03:03 +02:00
Add default IPv6 routes to the windows powershell script
This commit is contained in:
parent
c4cc59998a
commit
15a3fbb63c
1 changed files with 6 additions and 0 deletions
|
@ -174,6 +174,12 @@ function Add-AlgoVPN {
|
||||||
}
|
}
|
||||||
Add-VpnConnection @addVpnParams
|
Add-VpnConnection @addVpnParams
|
||||||
|
|
||||||
|
$addVpnRouteParams = @{
|
||||||
|
ConnectionName = $VpnName
|
||||||
|
}
|
||||||
|
Add-VpnConnectionRoute @addVpnRouteParams -DestinationPrefix ::/1
|
||||||
|
Add-VpnConnectionRoute @addVpnRouteParams -DestinationPrefix 8000::/1
|
||||||
|
|
||||||
$setVpnParams = @{
|
$setVpnParams = @{
|
||||||
ConnectionName = $VpnName
|
ConnectionName = $VpnName
|
||||||
AuthenticationTransformConstants = "GCMAES256"
|
AuthenticationTransformConstants = "GCMAES256"
|
||||||
|
|
Loading…
Add table
Reference in a new issue