V2ray Core Windows New!

New-NetFirewallRule -DisplayName "V2Ray Local Proxy" -Direction Inbound -LocalPort 10808,10809 -Protocol TCP -Action Allow -RemoteAddress 127.0.0.1

| Action | Command (Admin PowerShell) | | :--- | :--- | | | Stop-Service V2Ray | | Start | Start-Service V2Ray | | Restart | Restart-Service V2Ray | | Uninstall | .\v2ray.exe remove | | Auto-start on boot | Set-Service V2Ray -StartupType Automatic |

Update your routing rules:

New-NetFirewallRule -DisplayName "V2Ray Local Proxy" -Direction Inbound -LocalPort 10808,10809 -Protocol TCP -Action Allow -RemoteAddress 127.0.0.1

| Action | Command (Admin PowerShell) | | :--- | :--- | | | Stop-Service V2Ray | | Start | Start-Service V2Ray | | Restart | Restart-Service V2Ray | | Uninstall | .\v2ray.exe remove | | Auto-start on boot | Set-Service V2Ray -StartupType Automatic |

Update your routing rules: