Skip to content

Instantly share code, notes, and snippets.

@Teebor-Choka
Created May 22, 2025 22:10
Show Gist options
  • Save Teebor-Choka/6986315df14dfb59dd676d2eddb91af4 to your computer and use it in GitHub Desktop.
Save Teebor-Choka/6986315df14dfb59dd676d2eddb91af4 to your computer and use it in GitHub Desktop.
uPoC GnosisVPN config
version = 2
[hoprd_node]
endpoint = "<API URL>"
api_token = "<API TOKEN>"
# internal_connection_port = 1422
[destinations]
[destinations.12D3KooWDNcj8phBXj9ZJkAxSmjbwNUzEWtSsg6K6BeuKCAyZuCU]
meta = { location = "USA", state = "Iowa" }
path = { hops = 0 }
[destinations.12D3KooWRKoZGSHR53rhK83omuomvFjUCV4hL3MwnkurU8C58SGQ]
meta = { location = "UK", city = "London" }
path = { hops = 0 }
# only specify this if you want to manually connect via WireGuard
#[wireguard.manual_mode]
#public_key = "<WG PUBLIC KEY>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment