wip: migrate to mono-repo. SPN has already been moved to spn/

This commit is contained in:
Patrick Pacher
2024-03-15 11:55:13 +01:00
parent b30fd00ccf
commit 8579430db9
577 changed files with 35981 additions and 818 deletions

26
spn/TESTING.md Normal file
View File

@@ -0,0 +1,26 @@
# Testing SPN
This page documents ways to test if the SPN works as intended.
⚠ Work in Progress. Currently we are just collecting helpful things we find.
## Test Multi-Identity Routing
In order to test if the multi-identity routing is working, you can request multiple websites to display your public IP.
If they show different values, multi-identity routing is working.
### Websites
- <https://icanhazip.com>
- <https://ipecho.net>
- <https://ipinfo.io>
- <https://ipinfo.tw>
### Terminal
```sh
curl https://icanhazip.com
curl https://ipecho.net/plain
curl https://ipinfo.io/ip
curl https://ipinfo.tw/ip
```