Last active
July 20, 2025 05:36
-
-
Save Gholamrezadar/6dc0cbf9cc1e78723c3aa5fa13ebd74c to your computer and use it in GitHub Desktop.
Pass V2rayN through Terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export http_proxy="socks5h://127.0.0.1:10808" | |
| export https_proxy="socks5h://127.0.0.1:10808" | |
| export all_proxy="socks5h://127.0.0.1:10808" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment