Added possibility to override automatic WAN IP detection
[bpdyndnsd] / src / ip_addr_helper.hpp
index c150f39..c54a503 100644 (file)
@@ -61,7 +61,7 @@ public:
 
     std::string dns_query(const std::string& _hostname) const;
 
-    std::string get_actual_ip( bool use_webcheck, bool changed_to_online );
+    std::string get_actual_ip( bool use_webcheck, bool changed_to_online, const std::string &wan_override_ip );
 
     std::string get_local_wan_nic_ip() const;