mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-08 03:06: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",
|
Shadowsocks: "shadowsocks",
|
||||||
Socks: "socks",
|
Socks: "socks",
|
||||||
HTTP: "http",
|
HTTP: "http",
|
||||||
Wireguard: "wireguard",
|
WireGuard: "wireguard",
|
||||||
};
|
};
|
||||||
|
|
||||||
const SSMethods = {
|
const SSMethods = {
|
||||||
|
@ -1009,4 +1009,4 @@ Outbound.HttpSettings = class extends CommonClass {
|
||||||
}],
|
}],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue