mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Make XRay port changable
This commit is contained in:
@@ -159,6 +159,7 @@ bool ProtocolProps::defaultPortChangeable(Proto p)
|
|||||||
case Proto::Dns: return false;
|
case Proto::Dns: return false;
|
||||||
case Proto::Sftp: return true;
|
case Proto::Sftp: return true;
|
||||||
case Proto::Socks5Proxy: return true;
|
case Proto::Socks5Proxy: return true;
|
||||||
|
case Proto::Xray: return true;
|
||||||
default: return false;
|
default: return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user