Skip to content

Commit

Permalink
Revert "Check if MQTT remote IP is private (meshtastic#5627)" (meshta…
Browse files Browse the repository at this point in the history
…stic#5636)

This reverts commit 9a10907.
  • Loading branch information
thebentern authored Dec 21, 2024
1 parent d9b2878 commit fb7866f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mqtt/MQTT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,6 @@ void MQTT::reconnect()
enabled = true; // Start running background process again
runASAP = true;
reconnectCount = 0;
#if !defined(ARCH_PORTDUINO)
isMqttServerAddressPrivate = isPrivateIpAddress(mqttClient.remoteIP());
#endif

publishNodeInfo();
sendSubscriptions();
Expand Down

0 comments on commit fb7866f

Please sign in to comment.