WireGuardMultiTunnel : init
This commit is contained in:
parent
14857a6f7f
commit
65805d4b54
7
WireGuardMultiTunnel/WireGuard_multi_tunnel.bat
Normal file
7
WireGuardMultiTunnel/WireGuard_multi_tunnel.bat
Normal file
@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
if "%1"=="runas" (
|
||||
cd %~dp0
|
||||
) else (
|
||||
powershell Start -File "cmd '/K %~f0 runas'" -Verb RunAs
|
||||
)
|
||||
reg add HKLM\Software\WireGuard /v MultipleSimultaneousTunnels /t REG_DWORD /d 1 /f
|
Loading…
Reference in New Issue
Block a user