From 142755f14a601420673b84a707dbfe7b24b2a08f Mon Sep 17 00:00:00 2001 From: shahin-io <115543613+shahin-io@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:48:15 +0000 Subject: [PATCH] Update outbound.js --- web/assets/js/model/outbound.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +};