diff options
| author | Indrajit Raychaudhuri <irc@indrajit.com> | 2024-12-30 19:01:53 -0600 |
|---|---|---|
| committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2026-07-24 12:17:23 -0500 |
| commit | 381869d06314bbe98c8f29f37548fd729cb58262 (patch) | |
| tree | 7eafb746fd5c459d9f1129f986c57286a31b6d28 /src/validators/ddclient-protocol | |
| parent | ab09e337dc230f98e09992169c3ece308c5fe224 (diff) | |
| download | vyos-1x-381869d06314bbe98c8f29f37548fd729cb58262.tar.gz vyos-1x-381869d06314bbe98c8f29f37548fd729cb58262.zip | |
ddclient: T6981: Enable support for porkbun
In ddclient, 'porkbun' protocol uses properties
that are different from the ones used by VyOS
configuration. Support for 'porkbun' is enabled
by adding the necessary property remaping before
applying them to the template to render the final
ddclient config.
Diffstat (limited to 'src/validators/ddclient-protocol')
| -rwxr-xr-x | src/validators/ddclient-protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validators/ddclient-protocol b/src/validators/ddclient-protocol index 217853939..bcb2ab8ed 100755 --- a/src/validators/ddclient-protocol +++ b/src/validators/ddclient-protocol @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -ddclient --list-protocols | grep -vE 'cloudns|directnic|emailonly|porkbun' | grep -qw $1 +ddclient --list-protocols | grep -vE 'cloudns|directnic|emailonly' | grep -qw $1 if [ $? -gt 0 ]; then echo "Error: $1 is not a valid protocol, please choose from the supported list of protocols" |
