package constants // Service ports used across the network. const ( WireGuardPort = 51820 RQLiteHTTPPort = 5001 RQLiteRaftPort = 7001 OlricHTTPPort = 3320 OlricMemberlistPort = 3322 GatewayAPIPort = 6001 )