mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-12 20:57:26 +08:00
perf: update default rpc_port value to 15888 in network configuration
This commit is contained in:
@@ -93,7 +93,7 @@ export function DEFAULT_NETWORK_CONFIG(): NetworkConfig {
|
||||
'udp://0.0.0.0:11010',
|
||||
'wg://0.0.0.0:11011',
|
||||
],
|
||||
rpc_port: 0,
|
||||
rpc_port: 15888,
|
||||
latency_first: false,
|
||||
dev_name: '',
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@ struct Cli {
|
||||
short,
|
||||
long,
|
||||
help = t!("core_clap.rpc_portal").to_string(),
|
||||
default_value = "0"
|
||||
default_value = "15888"
|
||||
)]
|
||||
rpc_portal: String,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user