mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-12-18 13:14:39 +03:00
warp - ForceIP
ForceIPv6v4 to ForceIP
This commit is contained in:
@@ -915,7 +915,7 @@ Outbound.HttpSettings = class extends CommonClass {
|
||||
Outbound.WireguardSettings = class extends CommonClass {
|
||||
constructor(
|
||||
mtu=1420, secretKey=Wireguard.generateKeypair().privateKey,
|
||||
address=[''], workers=2, domainStrategy='ForceIPv6v4', reserved='',
|
||||
address=[''], workers=2, domainStrategy='ForceIP', reserved='',
|
||||
peers=[new Outbound.WireguardSettings.Peer()], kernelMode=false) {
|
||||
super();
|
||||
this.mtu = mtu;
|
||||
|
||||
Reference in New Issue
Block a user