Actions
Bug #12672
closedGleSYS Dynamic DNS responses are not parsed properly
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)) {
Updated by Viktor Gurov almost 3 years ago
Updated by Jim Pingle almost 3 years ago
- Status changed from New to Pull Request Review
- Assignee set to Viktor Gurov
- Target version set to CE-Next
- Plus Target Version set to 22.05
Updated by Viktor Gurov almost 3 years ago
- Status changed from Pull Request Review to Feedback
Merged
Updated by Jim Pingle over 2 years ago
- Target version changed from CE-Next to 2.7.0
Updated by Jim Pingle over 2 years ago
- Subject changed from DynDNS GLeSYS respons to GleSYS Dynamic DNS responses are not parsed properly
Updating subject for release notes.
Updated by Jim Pingle over 2 years ago
- Status changed from Feedback to Resolved
No access to provider, no feedback. Closing.
Actions