fixed xray port processing (#983)
* fixed xray port processing * fixed saving port when changing xray settings and saving transport protocol when changing all the protocols settings
This commit is contained in:
parent
a1e68f5506
commit
6c5d590169
10 changed files with 70 additions and 107 deletions
|
@ -154,6 +154,7 @@ bool ProtocolProps::defaultPortChangeable(Proto p)
|
|||
case Proto::Awg: return true;
|
||||
case Proto::Ikev2: return false;
|
||||
case Proto::L2tp: return false;
|
||||
case Proto::Xray: return true;
|
||||
|
||||
case Proto::TorWebSite: return false;
|
||||
case Proto::Dns: return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue