This commit is contained in:
Sudo-Ivan
2024-12-30 12:58:43 -06:00
parent 7ef7e60a87
commit 7a7ce84778
14 changed files with 919 additions and 207 deletions

View File

@@ -93,7 +93,7 @@ func CreateDefaultConfig(path string) error {
Type: "UDPInterface",
Enabled: true,
Address: "0.0.0.0",
Port: 37428, // Default RNS port
Port: 37696, // Default RNS port
}
data, err := toml.Marshal(cfg)