diff options
Diffstat (limited to 'etc/inc/dyndns.class')
-rw-r--r-- | etc/inc/dyndns.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class index c448112..0506b31 100644 --- a/etc/inc/dyndns.class +++ b/etc/inc/dyndns.class @@ -118,7 +118,7 @@ $this->_dnsPort = $dnsPort; $this->_dnsWildcard = $dnsWildcard; $this->_dnsMX = $dnsMX; - $this->_if = $dnsIf; + $this->_if = get_real_interface($dnsIf); $this->_dnsIP = get_interface_ip($dnsIf); $this->_debugID = rand(1000000, 9999999); |