修改port默认值

This commit is contained in:
limil 2026-02-18 16:28:54 +08:00
parent 5985971041
commit 5afc5612da

View File

@ -18,7 +18,7 @@ export class SubnetInfo {
}
export class Settings {
listenPort: number = 38894;
listenPort: number = 31466;
mtu: number = 1420;
@Type(() => SubnetInfo)