Added --p2p-external-port command line parameter

This commit is contained in:
SChernykh
2022-10-28 14:06:26 +02:00
parent 6eacb677a4
commit 65a9574e52
7 changed files with 19 additions and 3 deletions
+1
View File
@@ -52,6 +52,7 @@ struct Params
std::string m_rpcLogin;
std::string m_socks5Proxy;
bool m_dns = true;
uint32_t m_p2pExternalPort = 0;
};
} // namespace p2pool