Allow end user to configure what ports to listen on
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@
|
||||
#include <string>
|
||||
|
||||
namespace nvhttp {
|
||||
constexpr auto PORT_HTTP = 47989;
|
||||
constexpr auto PORT_HTTPS = 47984;
|
||||
constexpr auto PORT_HTTP = 0;
|
||||
constexpr auto PORT_HTTPS = -5;
|
||||
|
||||
void start();
|
||||
bool pin(std::string pin);
|
||||
|
||||
Reference in New Issue
Block a user