From 641bf139c1738bac3ff8d210f90f38cb6c78a1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Tue, 22 Dec 2009 14:26:54 +0000 Subject: Try to send the update through the interface that has the ip so some services do not complain. --- etc/inc/dyndns.class | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class index c21d7a5..79c9bae 100644 --- a/etc/inc/dyndns.class +++ b/etc/inc/dyndns.class @@ -167,6 +167,7 @@ curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_USERAGENT, $this->_UserAgent); curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE); + curl_setopt($ip_ch, CURLOPT_INTERFACE, $this->dnsIP); } switch ($this->_dnsService) { -- cgit v1.1