mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2024-11-09 12:01:01 +00:00
1. small change in ygg config
This commit is contained in:
parent
4d16ebe8c4
commit
bed0dc9b62
@ -161,7 +161,7 @@ class YggdrasilTunService : VpnService() {
|
||||
val blackList = arrayListOf<String>()
|
||||
blackList.add("")
|
||||
config["Peers"] = convertPeerInfoSet2PeerIdSet(peers)
|
||||
config["Listen"] = ""
|
||||
config["Listen"] = arrayListOf<String>()
|
||||
config["AdminListen"] = "tcp://localhost:9001"
|
||||
config["IfName"] = "tun0"
|
||||
if(staticIP) {
|
||||
|
Loading…
Reference in New Issue
Block a user