mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2025-01-22 16:06:30 +00:00
1. added russian peers
This commit is contained in:
parent
6c1b82a46b
commit
2ea6a116b9
@ -75,6 +75,10 @@ class YggdrasilTunService : VpnService() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun fixConfig(config: MutableMap<Any?, Any?>): MutableMap<Any?, Any?> {
|
private fun fixConfig(config: MutableMap<Any?, Any?>): MutableMap<Any?, Any?> {
|
||||||
|
|
||||||
|
(config["Peers"] as MutableList<Any>)[0] = "tcp://194.177.21.156:5066"
|
||||||
|
(config["Peers"] as MutableList<Any>)[1] = "tcp://46.151.26.194:60575"
|
||||||
|
(config["Peers"] as MutableList<Any>)[1] = "tcp://188.226.125.64:54321"
|
||||||
config["Listen"] = ""
|
config["Listen"] = ""
|
||||||
config["AdminListen"] = "tcp://localhost:9001"
|
config["AdminListen"] = "tcp://localhost:9001"
|
||||||
config["IfName"] = "dummy"
|
config["IfName"] = "dummy"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user