yggdrasil-network / yggdrasil-android

Reference implementation for connecting to the Yggdrasil Network from Android devices
MIT License
125 stars 19 forks source link

Add 2 peers in 1 line break application before you full wipe all data of app in android options. #65

Open ptasema opened 1 month ago

ptasema commented 1 month ago

Not real bug but foolproof. I add peer like: "tcp://37.186.113.100:1514 tls://37.186.113.100:1515" Like on pic Screenshot_20241002_221655_Yggdrasil App allow me do enter, like line break, but when you did it, app crush and stop starting. You need full wipe app data in options: Screenshot_20241002_221846_Settings

P.S. interesting thing, what will be, if I start 2 clients on 2 another devices with one and the same key? It will one and the same ip6 adress on two devices? Can it works like cdn without any problem, or it will full break all network?

styromaniac commented 1 month ago

I've wondered this as well. What happens if you clone your Yggdrasil config and web server? Does it guarantee that the client gets the closest (lowest ping) server?