diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-06-07 15:41:45 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-06-07 15:41:45 +0300 |
| commit | 713285457fedcf1b0f4f6f75db399d2dd042e802 (patch) | |
| tree | 024b46384aaa541e7d22ce2d990dcac941afb36e /web/assets | |
| parent | e1ef746cab8f54be8ff23673ebb18d951ffa32e3 (diff) | |
{fix} outbound - wireguard
Diffstat (limited to 'web/assets')
| -rw-r--r-- | web/assets/js/model/outbound.js | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
