update interfaces
This commit is contained in:
@@ -221,23 +221,25 @@ func CreateDefaultConfig(path string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Add default interfaces
|
// Add default interfaces
|
||||||
cfg.Interfaces["RNS Testnet Amsterdam"] = &common.InterfaceConfig{
|
cfg.Interfaces["Go-RNS-Testnet"] = &common.InterfaceConfig{
|
||||||
Type: "TCPClientInterface",
|
Type: "TCPClientInterface",
|
||||||
Enabled: true,
|
Enabled: true,
|
||||||
TargetHost: "amsterdam.connect.reticulum.network",
|
TargetHost: "127.0.0.1",
|
||||||
TargetPort: 4965,
|
TargetPort: 4242,
|
||||||
|
Name: "Go-RNS-Testnet",
|
||||||
}
|
}
|
||||||
|
|
||||||
cfg.Interfaces["RNS Testnet BetweenTheBorders"] = &common.InterfaceConfig{
|
cfg.Interfaces["Quad4 TCP"] = &common.InterfaceConfig{
|
||||||
Type: "TCPClientInterface",
|
Type: "TCPClientInterface",
|
||||||
Enabled: true,
|
Enabled: true,
|
||||||
TargetHost: "reticulum.betweentheborders.com",
|
TargetHost: "rns.quad4.io",
|
||||||
TargetPort: 4242,
|
TargetPort: 4242,
|
||||||
|
Name: "Quad4 TCP",
|
||||||
}
|
}
|
||||||
|
|
||||||
cfg.Interfaces["Local UDP"] = &common.InterfaceConfig{
|
cfg.Interfaces["Local UDP"] = &common.InterfaceConfig{
|
||||||
Type: "UDPInterface",
|
Type: "UDPInterface",
|
||||||
Enabled: true,
|
Enabled: false,
|
||||||
Address: "0.0.0.0",
|
Address: "0.0.0.0",
|
||||||
Port: 37696,
|
Port: 37696,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user