added defaults for root node

This commit is contained in:
2024-08-23 02:24:54 +01:00
parent 0c1e6edcbc
commit a37f81a47f

View File

@@ -47,6 +47,7 @@ func GenerateIPTableFile(rootNodes []p2p.IpAddress) (err error) {
rootnode.ServerPort = "8078"
rootnode.NAT = "False"
rootnode.Ipv4 = "217.76.63.222"
rootnode.ProxyServer = "True"
rootnodes.IpAddress = append(rootnodes.IpAddress, rootnode)
} else {