diff --git a/client/protocols/protocols_defs.cpp b/client/protocols/protocols_defs.cpp index 2c9cf1862..423f7c262 100644 --- a/client/protocols/protocols_defs.cpp +++ b/client/protocols/protocols_defs.cpp @@ -159,6 +159,7 @@ bool ProtocolProps::defaultPortChangeable(Proto p) case Proto::Dns: return false; case Proto::Sftp: return true; case Proto::Socks5Proxy: return true; + case Proto::Xray: return true; default: return false; } }