mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #1527 from phil-davis/patch-2
This commit is contained in:
commit
bb235b2780
@ -355,7 +355,7 @@
|
||||
$server = "https://dynupdate.no-ip.com/ducupdate.php";
|
||||
$port = "";
|
||||
if ($this->_dnsServer) {
|
||||
$server = $this->_dnsServer
|
||||
$server = $this->_dnsServer;
|
||||
}
|
||||
if ($this->_dnsPort) {
|
||||
$port = ":" . $this->_dnsPort;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user