Created
May 22, 2025 22:10
-
-
Save Teebor-Choka/6986315df14dfb59dd676d2eddb91af4 to your computer and use it in GitHub Desktop.
uPoC GnosisVPN config
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
| 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