[PR #452] [CLOSED] Update regex.go /added some specials characters to dnsomatic password #697

Closed
opened 2025-11-20 04:25:44 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/452
Author: @mrt2nbl
Created: 4/7/2023
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 internal/regex/regex.go (+1 -1)

📄 Description

dnsOMaticPassword = regexp.MustCompile(^[a-zA-Z0-9 !@#$€%&+*._-]{5,19}$)
#448 I don't know what I'm doing, but it seems to work ☺️


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/452 **Author:** [@mrt2nbl](https://github.com/mrt2nbl) **Created:** 4/7/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5b2b77b`](https://github.com/qdm12/ddns-updater/commit/5b2b77bfc111a4f669c2cf9cd04f6df84585b917) Update regex.go ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `internal/regex/regex.go` (+1 -1) </details> ### 📄 Description dnsOMaticPassword = regexp.MustCompile(`^[a-zA-Z0-9 !@#$€%&+*._-]{5,19}$`) #448 I don't know what I'm doing, but it seems to work ☺️ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:25:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#697