From 713285457fedcf1b0f4f6f75db399d2dd042e802 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Fri, 7 Jun 2024 14:41:45 +0200 Subject: {fix} outbound - wireguard --- web/assets/js/model/outbound.js | 1 - 1 file changed, 1 deletion(-) (limited to 'web/assets') diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js index 8d4315d4..b282074f 100644 --- a/web/assets/js/model/outbound.js +++ b/web/assets/js/model/outbound.js @@ -1053,7 +1053,6 @@ Outbound.WireguardSettings = class extends CommonClass { super(); this.mtu = mtu; this.secretKey = secretKey; - this.pubKey = secretKey.length>0 ? Wireguard.generateKeypair(secretKey).publicKey : ''; this.address = address instanceof Array ? address.join(',') : address; this.workers = workers; this.domainStrategy = domainStrategy; -- cgit v1.2.3