fix: update TargetHost for Quad4 TCP interface from rns.quad4.io to rns2.quad4.io

This commit is contained in:
2025-11-20 21:44:51 -06:00
parent 72d70b2141
commit 5e19f6f802

View File

@@ -277,7 +277,7 @@ func main() {
cfg.Interfaces["Quad4 TCP"] = &common.InterfaceConfig{
Type: "TCPClientInterface",
Enabled: true,
TargetHost: "rns.quad4.io",
TargetHost: "rns2.quad4.io",
TargetPort: 4242,
Name: "Quad4 TCP",
}