Actions
Feature #12090
closedAdd new Dynamic DNS provider: dy.fi
Start date:
06/27/2021
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Description
Dy.fi is a small dynamic service provider exclusive to Finland (i.e., the service requires that the client IP locates to Finland).
The provider can be implemented with a simple custom rule:
```
url: http://www.dy.fi/nic/update?hostname=your-hostname.dy.fi
result_match: nochg|good IP
max_cache_age: 6
```
However, it's easier if one can select the correct one from the dropdown. Additionally, error messages are converted to human readable strings.
The new provider is implemented here: https://github.com/pfsense/pfsense/pull/4514
Updated by Jim Pingle over 3 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho over 3 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
PR has been merged. Thanks!
Updated by Jordan G over 3 years ago
dynamic dns provider DY.fi appears in drop down list - tested on ver 21.09.a.20210723.0100
Updated by Renato Botelho over 3 years ago
- Status changed from Feedback to Resolved
Actions