Revision f8cc63e7
Added by Scott Ullrich over 15 years ago
etc/inc/dyndns.class | ||
---|---|---|
119 | 119 |
$this->_dnsWildcard = $dnsWildcard; |
120 | 120 |
$this->_dnsMX = $dnsMX; |
121 | 121 |
$this->_if = get_real_interface($dnsIf); |
122 |
$this->_dnsIP = get_interface_ip($this->_if);
|
|
122 |
$this->_dnsIP = get_interface_ip($dnsIf);
|
|
123 | 123 |
|
124 | 124 |
// Ensure that we where able to lookup the IP |
125 | 125 |
if(!$this->_dnsIP) |
Also available in: Unified diff
Revert commit and change back to dnsIf Ticket #68