diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-26 21:27:46 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-26 21:27:46 +0300 |
| commit | daa43540477e18ae5c6e19e887733b793c17ad72 (patch) | |
| tree | 9d3af65c41f78fe46cefca23ef25e08e735d41e8 /web/assets/js/model/xray.js | |
| parent | ec88053df0f2619bdb6285bcd2085675efbc8ca8 (diff) | |
ipv6 for familyProtect and some changes
Diffstat (limited to 'web/assets/js/model/xray.js')
| -rw-r--r-- | web/assets/js/model/xray.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/js/model/xray.js b/web/assets/js/model/xray.js index b2c8a2e5..e9676252 100644 --- a/web/assets/js/model/xray.js +++ b/web/assets/js/model/xray.js @@ -2297,7 +2297,7 @@ Inbound.WireguardSettings = class extends XrayCommonClass { }; Inbound.WireguardSettings.Peer = class extends XrayCommonClass { - constructor(publicKey='', psk='', allowedIPs=['0.0.0.0/0','::/0'], keepAlive=0) { + constructor(publicKey=Wireguard.generateKeypair().publicKey, psk='', allowedIPs=['0.0.0.0/0','::/0'], keepAlive=0) { super(); this.publicKey = publicKey; this.psk = psk; |
