We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61cc2c3 commit dc4c447Copy full SHA for dc4c447
webserver/proxyclient.cpp
@@ -76,7 +76,7 @@ namespace http {
76
void CProxyClient::Reconnect()
77
{
78
79
- std::string address = "localhost"; // "my.domoticz.com";
+ std::string address = "my.domoticz.com";
80
std::string port = "9999";
81
82
if (we_locked_prefs_mutex) {
0 commit comments