Update outbound.js

This commit is contained in:
shahin-io 2024-01-08 14:48:15 +00:00 committed by GitHub
parent 96c4cfeb23
commit 142755f14a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {
}],
};
}
};
};