mirror of
https://github.com/wgtunnel/android.git
synced 2026-07-03 14:07:49 +02:00
@@ -17,7 +17,7 @@ data class PeerProxy(
|
||||
parsePublicKey(publicKey)
|
||||
if (preSharedKey.isNotBlank()) parsePreSharedKey(preSharedKey)
|
||||
if (persistentKeepalive.isNotBlank()) parsePersistentKeepalive(persistentKeepalive)
|
||||
parseEndpoint(endpoint)
|
||||
if (endpoint.isNotBlank()) parseEndpoint(endpoint)
|
||||
parseAllowedIPs(allowedIps)
|
||||
}
|
||||
.build()
|
||||
@@ -29,7 +29,7 @@ data class PeerProxy(
|
||||
parsePublicKey(publicKey)
|
||||
if (preSharedKey.isNotBlank()) parsePreSharedKey(preSharedKey)
|
||||
if (persistentKeepalive.isNotBlank()) parsePersistentKeepalive(persistentKeepalive)
|
||||
parseEndpoint(endpoint)
|
||||
if (endpoint.isNotBlank()) parseEndpoint(endpoint)
|
||||
parseAllowedIPs(allowedIps)
|
||||
}
|
||||
.build()
|
||||
|
||||
Reference in New Issue
Block a user