diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js index 2685488f..b1de8c7a 100644 --- a/web/assets/js/model/outbound.js +++ b/web/assets/js/model/outbound.js @@ -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 { }], }; } -}; \ No newline at end of file +};