Make XRay port changable

This commit is contained in:
Cyril Anisimov
2024-08-18 15:25:05 +02:00
parent 8fefae0325
commit 3e391a0535

View File

@@ -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;
}
}