Skip to content

Instantly share code, notes, and snippets.

@Gholamrezadar
Last active July 20, 2025 05:36
Show Gist options
  • Save Gholamrezadar/6dc0cbf9cc1e78723c3aa5fa13ebd74c to your computer and use it in GitHub Desktop.
Save Gholamrezadar/6dc0cbf9cc1e78723c3aa5fa13ebd74c to your computer and use it in GitHub Desktop.
Pass V2rayN through Terminal
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