Merge branch 'master' into master

This commit is contained in:
passenger245 2019-04-08 19:11:04 +02:00 committed by GitHub
commit 28de3b34ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 187 additions and 199 deletions

View File

@ -1,5 +1,31 @@
# Public Peers
This repository contains peering information for publicly accessible nodes on the Yggdrasil network.
This repository contains peering information for publicly accessible nodes on
the Yggdrasil network. If you are new to the network then this is a good place
to start in order to get connected.
In most cases, public peers should be accessible by adding the string provided for each peer to the `Peers: [],` list of your config file (comma separated).
In most cases, public peers should be accessible by adding the string provided
for each peer to the `Peers: []` section of your `yggdrasil.conf` configuration
file.
Example in `yggdrasil.conf`:
```
Peers:
[
tcp://a.b.c.d:e
tcp://d.c.b.a:e
tcp://[a:b:c::d]:e
tcp://[d:c:b::a]:e
]
```
### How do I pick peers?
Always try to pick peers that are as close to you geographically as possible, as
this will keep the latency of the network down.
If you are using a home connection then you should avoid peering with any nodes
that are far away, as you may end up carrying traffic for the rest of the
network.
For normal usage, you probably only need 2 or 3 peers.

View File

@ -1,9 +1,8 @@
# Japan Peers
Add the strings from the below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
Tokyo, operated by [BAN AI Systems](https://ban.ai/)
`"139.162.119.37:44478"`
`"[2400:8902::f03c:91ff:fe1f:c32a]:44478"`
* Tokyo, operated by [BAN AI Systems](https://ban.ai/)
* `tcp://139.162.119.37:44478`
* `tcp://[2400:8902::f03c:91ff:fe1f:c32a]:44478`

View File

@ -1,10 +1,10 @@
# Singapore Peers
Add the strings from the below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
Singapore, operated by passenger
`"tcp://45.59.126.34:22301"`
`"tcp://2406:d500:12:beef:4c38::1:22301"`
`"tcp://2406:d500:12:beef:4c38::1:22301"`

View File

@ -1,15 +1,7 @@
# Czechia Peers
Add the strings from the list below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
* *PEER IS DOWN CURRENTLY* Prague, awnet.cz, operated by [carnhofdaki](https://github.com/carnhofdaki)
* `"94.230.156.206:9000"`
Example:
```
Peers:
[
tcp://94.230.156.206:9000
]
```
* `tcp://94.230.156.206:9000`

View File

@ -1,10 +1,15 @@
# Finland Peers
Add the strings from the below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
* Ulvila, operated by [ano](https://github.com/ano0)
* `"tcp://185.87.111.202:8080"`
* Ulvila, Tavu Cloud, operated by [ano](https://github.com/ano0)
* `tcp://185.87.111.202:8080`
* Ulvila, Tavu Cloud, operated by [cwinfo](https://cwinfo.net) and [cwchristerw](https://christerwaren.fi)
* `tcp://185.87.111.218:60384`
* `tcp://[2a05:b9c0::1:0:d3]:60384`
* Tuusula, Hetzner, operated by [sin](https://2f30.org)
* `"tcp://95.216.146.86:12080"`
* `"tcp://[2a01:4f9:c010:afa::2f30]:12080"`
* `tcp://95.216.146.86:12080`
* `tcp://[2a01:4f9:c010:afa::2f30]:12080`

View File

@ -1,33 +1,25 @@
# France Peers
Add the strings from the below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
Gravelines, operated by [Philly Mesh](https://phillymesh.net)
* Gravelines, operated by [Philly Mesh](https://phillymesh.net)
* `tcp://37.187.124.224:12345`
* `tcp://[2001:41d0:a:f5e0::1]:12345`
`"37.187.124.224:12345"`
* Paris, operated by [Arceliar](https://github.com/Arceliar)
* `tcp://51.15.204.214:12345`
`"[2001:41d0:a:f5e0::1]:12345"`
* Paris, operated by [yakamo](https://github.com/yakamok)
* `tcp://51.15.205.147:62071`
Paris, operated by [Arceliar](https://github.com/Arceliar)
* Roubaix, OVH, operated by [cwinfo](https://cwinfo.net) and [cwchristerw](https://christerwaren.fi)
* `tcp://51.255.223.60:64982`
* `tcp://[2001:41d0:2:c44a:51:255:223:60]:64982`
`"51.15.204.214:12345"`
* Strasbourg, OVH, operated by [cwinfo](https://cwinfo.net) and [cwchristerw](https://christerwaren.fi)
* `tcp://46.105.92.61:62506`
* `tcp://[2001:41d0:401:3000::4227]:62506`
Paris, operated by [yakamo](https://github.com/yakamok)
`"51.15.205.147:62071"`
Roubaix, OVH, operated by [cwinfo](https://cwinfo.net) and [cwchristerw](https://christerwaren.fi)
`"51.255.223.60:64982"`
`"[2001:41d0:2:c44a:51:255:223:60]:64982"`
Strasbourg, OVH, operated by [cwinfo](https://cwinfo.net) and [cwchristerw](https://christerwaren.fi)
`"46.105.92.61:62506"`
`"[2001:41d0:401:3000::4227]:62506"`
Paris, operated by [frafra](https://frafra.eu)
`"[2001:bc8:4400:2500::22:b13]:35033"`
* Paris, operated by [frafra](https://frafra.eu)
* `tcp://[2001:bc8:4400:2500::22:b13]:35033`

View File

@ -1,16 +1,21 @@
# Germany Peers
Add the strings from the below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
* Limburg, OVH, less then 1ms from Frankfurt, operated by [jcgruenhage](https://jcg.re/)
* `"51.75.65.46:65352"`
* `tcp://51.75.65.46:65352`
* Limburg, OVH, operated by [cwinfo](https://cwinfo.net) and [cwchristerw](https://christerwaren.fi)
* `tcp://54.38.157.232:39593`
* `tcp://[2001:41d0:701:1100::36e]:39593`
* Baden-Baden, IONOS, operated by [jcgruenhage](https://jcg.re/)
* `"82.165.69.111:61216"`
* `tcp://82.165.69.111:61216`
* Frankfurt, DigitalOcean, operated by [Mikaela](https://mikaela.info/)
* `"tcp://46.101.250.19:48286"`
* `"tcp://[2a03:b0c0:3:d0::31f:d001]:48286"`
* Frankfurt, DigitalOcean, operated by [Mikaela](https://mikaela.info/)
* `tcp://46.101.250.19:48286`
* `tcp://[2a03:b0c0:3:d0::31f:d001]:48286`
* Falkenstein, Hetzner, FSN1-DC7, operated by [Kipari](https://christoffer.space)
* `tcp://5.9.112.248:39444`
* `tcp://5.9.112.248:39444`

View File

@ -1,24 +1,18 @@
# The Netherlands Peers
Add the strings from the below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
Amsterdam, operated by [TechInc](https://techinc.nl)
* Amsterdam, operated by [TechInc](https://techinc.nl)
* `tcp://195.169.146.32:55060`
`"195.169.146.32:55060"`
* Amsterdam, operated by [Piele / CreativeServer.Net](https://github.com/petertambach)
* `tcp://85.17.15.221:35239`
* `tcp://[2001:1af8:4700:a119:7::1]:35239`
Amsterdam, operated by [Piele / CreativeServer.Net](https://github.com/petertambach)
`"85.17.15.221:35239"`
`"[2001:1af8:4700:a119:7::1]:35239"`
Amsterdam, operated by [Philly Mesh](https://phillymesh.net)
`"146.185.176.36:12345"`
`"[2a03:b0c0:0:1010::1a7:c001]:12345"`
Amsterdam, operated by [Rostyslav Sotnychenko](https://github.com/rsotnychenko)
`tcp://ams1.y.sota.sh:8080` (both IPv4 and IPv6 are supported)
* Amsterdam, operated by [Philly Mesh](https://phillymesh.net)
* `tcp://146.185.176.36:12345`
* `tcp://[2a03:b0c0:0:1010::1a7:c001]:12345`
* Amsterdam, operated by [Rostyslav Sotnychenko](https://github.com/rsotnychenko)
* `tcp://ams1.y.sota.sh:8080` (both IPv4 and IPv6 are supported)

8
europe/poland.md Normal file
View File

@ -0,0 +1,8 @@
# Poland Peers
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
* Warsaw, OVH, operated by [cwinfo](https://cwinfo.net) and [cwchristerw](https://christerwaren.fi)
* `tcp://54.37.137.221:37145`
* `tcp://[2001:41d0:601:1100::cf2]:37145`

View File

@ -1,15 +1,7 @@
# Romania Peers
Add the strings from the list below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
* Server Room, operated by [evgiv](https://github.com/evgivz)
* `"185.105.4.249:37414"`
Example:
```
Peers:
[
tcp://185.105.4.249:37414
]
```
* `tcp://185.105.4.249:37414`

View File

@ -1,12 +1,10 @@
# Russian Peers
Add the strings from the below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
# Russia Peers
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
* [Network neighborhood](http://netwhood.online) public node, Moscow Oblast, Podolsk, ALDIS Telecom Ltd, operated by [abslimit](http://netwhood.online/feedback/)
* `tcp://46.151.26.194:60575` (IPv4 only)
* `tcp://46.151.26.194:60575`
* Saratov, DOM.RU, operated by [void.net.in](https://void.net.in)
* `tcp://void.net.in:1666` (IPv4 only)
* `tcp://void.net.in:1666`

View File

@ -1,8 +1,10 @@
# Sweden Peers
Add the strings from the below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
* Luleå, Norrbotten, operated by [William](https://willeponken.me/)
* `"tcp://bohr.willeponken.me:42015"`
* `tcp://bohr.willeponken.me:42015`
* Stockholm, presummably, operated by [kaos](https://cryptoanarchy.org/)
* `"tcp://yggdrasil.cryptoanarchy.org:1478"`
* `tcp://yggdrasil.cryptoanarchy.org:1478`

View File

@ -1,9 +1,7 @@
# Ukrainian Peers
# Ukraine Peers
Add the strings from the below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
Kiev, operated by [Rostyslav Sotnychenko](https://github.com/rsotnychenko)
`tcp://ukr1.y.sota.sh:8080` (IPv4 only)
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
* Kiev, operated by [Rostyslav Sotnychenko](https://github.com/rsotnychenko)
* `tcp://ukr1.y.sota.sh:8080` (IPv4 only)

View File

@ -1,10 +1,10 @@
# UK Peers
# United Kingdom Peers
Add the strings from the below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
London, operated by [neilalexander](https://github.com/neilalexander)
### England
```
tcp://185.164.138.18:1001
tcp://[2a06:8ec0:0:3027::1]:1001
```
* London, operated by [neilalexander](https://github.com/neilalexander)
* `tcp://185.164.138.18:1001`
* `tcp://[2a06:8ec0:0:3027::1]:1001`

View File

@ -1,11 +1,10 @@
# Canada Peers
Add the strings from the below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
## Ontario
### Ontario
Toronto, operated by [deprecated.systems](https://deprecated.systems)
`"104.248.104.141:59168"`
`"[2604:a880:cad:d0::45:d001]:59168"`
* Toronto, operated by [deprecated.systems](https://deprecated.systems)
* `tcp://104.248.104.141:59168`
* `tcp://[2604:a880:cad:d0::45:d001]:59168`

View File

@ -1,61 +1,47 @@
# US Peers
# United States Peers
Add the strings from the below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
## Massachusetts
### Massachusetts
Boston, operated by [Stephen304](https://github.com/stephen304)
* Boston, operated by [Stephen304](https://github.com/stephen304)
* `tcp://50.236.201.218:56088`
`"50.236.201.218:56088"`
### Nevada
## Nevada
* Las Vegas, operated by [santost12](https://github.com/santost12)
* `tcp://199.175.54.202:47313`
* `tcp://[2607:8b00:0:96::ac18:1f8]:47313`
Las Vegas, operated by [santost12](https://github.com/santost12)
### New Jersey
`"199.175.54.202:47313"`
* Newark, operated by [Philly Mesh](https://phillymesh.net)
* `tcp://45.76.166.128:12345`
* `tcp://[2001:19f0:5:6ed:5400:ff:fe5f:94f7]:12345`
`"[2607:8b00:0:96::ac18:1f8]:47313"`
* Piscataway, operated by [Asymptote Club](https://asymptote.club)
* `tcp://45.77.107.150:34660`
* `tcp://[2001:19f0:5:2c95:5400:1ff:fe46:9c]:34660`
* `tcp://63.209.33.47:58149`
* `tcp://[2001:19f0:5:2a83:5400:1ff:fe89:44db]:58149`
## New Jersey
### Kansas
Newark, operated by [Philly Mesh](https://phillymesh.net)
* Lenexa, operated by [jcgruenhage](https://jcg.re)
* `tcp://108.175.10.127:61216`
`"45.76.166.128:12345"`
### Texas
`"[2001:19f0:5:6ed:5400:ff:fe5f:94f7]:12345"`
* Dallas, operated by [BAN AI Systems](https://ban.ai/)
* `tcp://198.58.100.240:44478`
* `tcp://[2600:3c00::f03c:91ff:feae:3efa]:44478`
Piscataway, operated by [Asymptote Club](https://asymptote.club)
* Dallas, operated by [neutralinsomniac](https://github.com/neutralinsomniac)
* `tcp://104.225.221.17:59323`
`"45.77.107.150:34660"`
### Washington
`"[2001:19f0:5:2c95:5400:1ff:fe46:9c]:34660"`
`"63.209.33.47:58149"`
`"[2001:19f0:5:2a83:5400:1ff:fe89:44db]:58149"`
## Kansas
Lenexa, operated by [jcgruenhage](https://jcg.re)
`"108.175.10.127:61216"`
## Texas
Dallas, operated by [BAN AI Systems](https://ban.ai/)
`"198.58.100.240:44478"`
`"[2600:3c00::f03c:91ff:feae:3efa]:44478"`
Dallas, operated by [neutralinsomniac](https://github.com/neutralinsomniac)
`"104.225.221.17:59323"`
## Washington
Seattle, operated by [Philly Mesh](https://phillymesh.net)
`"167.88.124.177:12345"`
`"[2604:180:1:568::beef]:12345"`
* Seattle, operated by [Philly Mesh](https://phillymesh.net)
* `tcp://167.88.124.177:12345`
* `tcp://[2604:180:1:568::beef]:12345`

View File

@ -1,15 +1,12 @@
# Australia peers
Add the strings from the below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
Sydney, operated by passenger245
* Sydney, operated by passenger245
* `tcp://103.25.58.141:23320`
* `tcp://[2406:d500:6:beef:21a2:a10c:6aea:0001]:23320`
`"tcp://103.25.58.141:23320"`
`"tcp://[2406:d500:6:beef:21a2:a10c:6aea:0001]:23320"`
Perth, operated by passenger245
`"tcp://45.248.78.75:17220"`
`"tcp://[2404:f780:8:beef:29e2:81e1:3c73:0001]:17220"`
* Perth, operated by passenger245
* `tcp://45.248.78.75:17220`
* `tcp://[2404:f780:8:beef:29e2:81e1:3c73:0001]:17220`

View File

@ -1,10 +1,9 @@
# I2P hidden service peers
Note that the following assumes i2p is running locally and has configured SOCKS proxy on `localhost:4447`.
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
## Nodes
ST32 (TCP-only, Standard I2P service, b32 address), operated by [cathugger](http://cathugger.i2p/contact.html)
`"socks://localhost:4447/7mx6ztmimo5nrnmydjjtkr6maupknr3zlyr33umly22pqnivyxcq.b32.i2p:46944"`
Note that the following assumes I2P is running locally and has configured SOCKS proxy on `localhost:4447`.
* ST32 (TCP-only, Standard I2P service, b32 address), operated by [cathugger](http://cathugger.i2p/contact.html)
* `socks://localhost:4447/7mx6ztmimo5nrnmydjjtkr6maupknr3zlyr33umly22pqnivyxcq.b32.i2p:46944`

View File

@ -1,17 +1,15 @@
# Tor hidden service peers
Note that the following assumes tor is running locally and listening on the default `localhost:9050`.
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
## Nodes
Note that the following assumes Tor is running locally and listening on the default `localhost:9050`.
HS2 (TCP-only, Hidden Service, v2), operated by [Jeff](https://i2p.rocks/contact.txt)
* HS2 (TCP-only, Hidden Service, v2), operated by [Jeff](https://i2p.rocks/contact.txt)
* `socks://localhost:9050/syr3orvfo5nxmao3.onion:40329`
`"socks://localhost:9050/syr3orvfo5nxmao3.onion:40329"`
* HS3 (TCP-only, Hidden Service, v3), operated by [cathugger](http://cathug2kyi4ilneggumrenayhuhsvrgn6qv2y47bgeet42iivkpynqad.onion/contact.html)
* `socks://localhost:9050/yggnekkmyitzepgl5ltdl277y5wdg36n4pc45sualo3yesm3usnuwyad.onion:1863`
HS3 (TCP-only, Hidden Service, v3), operated by [cathugger](http://cathug2kyi4ilneggumrenayhuhsvrgn6qv2y47bgeet42iivkpynqad.onion/contact.html)
`"socks://localhost:9050/yggnekkmyitzepgl5ltdl277y5wdg36n4pc45sualo3yesm3usnuwyad.onion:1863"`
HS3 (TCP-only, Hidden Service, v3), operated by [Mikaela](https://mikaela.info/)
`"socks://127.0.0.1:9050/xvkw4rj7wzy7t75kkanr54zftudlbtpjbavxcsri5irkavclynaw3xqd.onion:1234"`
* HS3 (TCP-only, Hidden Service, v3), operated by [Mikaela](https://mikaela.info/)
* `socks://127.0.0.1:9050/xvkw4rj7wzy7t75kkanr54zftudlbtpjbavxcsri5irkavclynaw3xqd.onion:1234`

View File

@ -1,9 +1,7 @@
# Brazil Peers
Add the strings from the below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
Add connection strings from the below list to the `Peers: []` section of your
Yggdrasil configuration file to peer with these nodes.
## São Paulo
São Paulo, operated by [Yan Minari](https://yetanothernerd.xyz/)
`"45.231.133.188:58301"`
* São Paulo, operated by [Yan Minari](https://yetanothernerd.xyz/)
* `tcp://45.231.133.188:58301`