mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
[PR #452] [CLOSED] Update regex.go /added some specials characters to dnsomatic password #697
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qdm12/ddns-updater/pull/452
Author: @mrt2nbl
Created: 4/7/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
5b2b77bUpdate regex.go📊 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.