mirror of
https://github.com/yggdrasil-network/public-peers.git
synced 2024-11-22 20:59:20 +02:00
Merge pull request #37 from evgivz/master
Add europe/romania.md with one IPv4 peer
This commit is contained in:
commit
c4bbe09f18
|
@ -0,0 +1,15 @@
|
||||||
|
# Romania Peers
|
||||||
|
|
||||||
|
Add the strings from the list below to the `Peers: [],` list of your config file (comma separated) to connect to these nodes.
|
||||||
|
|
||||||
|
* HostSailor, operated by [evgiv](https://github.com/evgivz)
|
||||||
|
* `"185.198.58.190:54680"`
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```
|
||||||
|
Peers:
|
||||||
|
[
|
||||||
|
tcp://185.198.58.190:54680
|
||||||
|
]
|
||||||
|
```
|
Loading…
Reference in New Issue