mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-07 10:46:19 +00:00
Update outbound.js
This commit is contained in:
parent
96c4cfeb23
commit
142755f14a
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ const Protocols = {
|
|||
Shadowsocks: "shadowsocks",
|
||||
Socks: "socks",
|
||||
HTTP: "http",
|
||||
Wireguard: "wireguard",
|
||||
WireGuard: "wireguard",
|
||||
};
|
||||
|
||||
const SSMethods = {
|
||||
|
@ -1009,4 +1009,4 @@ Outbound.HttpSettings = class extends CommonClass {
|
|||
}],
|
||||
};
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue