summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/dyndns.class
Commit message (Collapse)AuthorAgeFilesLines
* use get_interface_ip functions rather than find_ since the former handles ↵Chris Buechler2016-02-181-2/+2
| | | | VIPs, gateway groups, etc. correctly. Ticket #4858
* Add IP to dyndns error log, remove often wrong explanation.Chris Buechler2016-02-181-1/+1
|
* Replace deprecated link_carp function, fix sprintf. Ticket #4858Chris Buechler2016-02-181-2/+2
|
* Internationalize dyndns.classPhil Davis2016-02-141-277/+236
| | | I tried to consolidate and make some of the message logging more consistent along the way.
* Merge pull request #2574 from tiagobar/masterRenato Botelho2016-02-041-1/+1
|\
| * Dynamic DNS URL for NO-IP needs to be updated.Tiago Barrionuevo2016-01-301-1/+1
| |
* | Change Namecheap dyndns to use split hostname and domain name fields. ↵jim-p2016-02-011-29/+34
|/ | | | | | Upgrade existing entries automatically. Implements #4366 Code should be generic enough that if other DynDNS providers would work better with a separate domain field, they can pick up the feature without too much trouble.
* Update URL for dyns to match their current docs. Reported by GP^ on IRCChris Buechler2016-01-111-1/+1
|
* Stop DynDNS from turning off CloudFlarecalvinbui2015-12-171-3/+1
| | | | | | | | | By having 'proxiable' and 'proxied' values set to false, CloudFlare is turned off (i.e. not go through CloudFlare) for the domain when updating the DNS records. Setting them to 'true' would turn CloudFlare on that domain, however the user may have disabled it for their own reasons and would not like it changed. Instead, removing these two values will not alter the status of CloudFlare on the domain. Tested with false/false, true/false, false/true, true/true in all scenarios.
* Code style and white space in etcPhil Davis2015-12-101-15/+15
|
* Add DynDNS provider SPDNS (IPv4 and IPv6)Rene Schuster2015-12-041-0/+41
| | | | | SPDNS is a free DynDNS service from the German company Securepoint Security Solutions
* add server response to failed updates; make debugging much easierDerek Battams2015-11-291-1/+1
|
* etc inc delete $Id commentsPhil Davis2015-11-101-4/+4
| | | | | | and bits of white space. Note: There are plenty of files still with old-format copyright sections in here.
* Do curl_init above any curl_setopt, and take it out of that if block since ↵Chris Buechler2015-10-081-1/+2
| | | | it applies to all types.
* Where doing a dynamic DNS update on IPv4, force curl to resolve IPv4 IPs. ↵Chris Buechler2015-10-031-0/+4
| | | | Ticket #3858
* Fix typoChris Buechler2015-10-021-1/+1
|
* Use the appropriate parent interface with gateway groups using CARP VIPs.Chris Buechler2015-09-291-1/+8
| | | | Ticket #4990
* Disable DHS as a dynamic DNS provider option. It's never worked, andChris Buechler2015-09-291-2/+2
| | | | | | | fixing is more complex than just fixing the variable screw up and disabling cert validation for their SSLLabs F-graded site. Updates made on their site even take quite some time to be reflected, seems to be a largely abandoned service.
* GratisDNS support for hosts without subdomainsmortencombat2015-09-211-2/+9
| | | | Resubmit of #1793
* Fix Cloudflare support for Dynamic DNS Updates doktornotor2015-09-211-33/+51
| | | | | | Resubmit of #1812 The current implementation isn't working due to API change. Credits: det0nat3 @ https://forum.pfsense.org/index.php?topic=87436.msg534817#msg534817
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+1634
OpenPOWER on IntegriCloud