Revert "chore: change default port to 7897"

This reverts commit 55835785c0.
This commit is contained in:
MystiPanda
2023-12-07 13:32:49 +08:00
parent 55835785c0
commit 8de2712652
6 changed files with 16 additions and 16 deletions

View File

@@ -146,7 +146,7 @@ impl IVerge {
enable_silent_start: Some(false),
enable_system_proxy: Some(false),
enable_random_port: Some(false),
verge_mixed_port: Some(7897),
verge_mixed_port: Some(7890),
enable_proxy_guard: Some(false),
proxy_guard_duration: Some(30),
auto_close_connection: Some(true),