Project

General

Profile

Actions

Bug #12672

closed

GleSYS Dynamic DNS responses are not parsed properly

Added by Martin Pegler about 2 years ago. Updated almost 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Viktor Gurov
Category:
Dynamic DNS
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
1.00 h
Plus Target Version:
22.05
Release Notes:
Default
Affected Version:
Affected Architecture:

Description

Expected response from GLeSYS is wrong in _checkStatus

pfsense/src/etc/inc/dyndns.class

if (preg_match('/Record updated/i', $data)) {

Should be

if (preg_match('/"text":"OK"/i', $data)) {

Actions

Also available in: Atom PDF