Skip to content

Commit

Permalink
Update for MyDomoticz
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmocuz committed Sep 13, 2016
1 parent 0b64c8c commit 3741a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/proxyclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ namespace http {

void CProxyClient::ContinueConnect(const boost::system::error_code& error)
{
std::string address = "my.domoticz.com";
std::string address = "myproxy.domoticz.com";
std::string port = "9999";

_socket.reset(new boost::asio::ssl::stream<boost::asio::ip::tcp::socket>(_io_service, _context));
Expand Down

0 comments on commit 3741a53

Please sign in to comment.