Project

General

Profile

Regression #16249 » ddns-ipv6.patch

proof-of-concept fix for the issue - Michael Murphy, 06/09/2025 09:57 PM

View differences:

etc/inc/dyndns.class
407 407
				 * to null.
408 408
				 */
409 409
				switch ($this->_dnsService) {
410
					case 'noip-v6':
411
					case 'noip-free-v6':
412
					case 'route53-v6':
413
						$request_source_af = AF_INET;
414
						break;
410 415
					default:
411 416
						$request_source_af = $this->_addressFamilyRR;
412 417
				}
(2-2/3)