Skip to content

Commit

Permalink
fix: 🐛 update subdomain string validation to allow for root domain up…
Browse files Browse the repository at this point in the history
…dating
  • Loading branch information
jacobgad committed Jan 2, 2024
1 parent 31cd71a commit d92dea0
Show file tree
Hide file tree
Showing 3 changed files with 957 additions and 1,034 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The above multiple subdomain example would match or create the following records
- bar.example.com
- \*.bar.example.com -> wildcard to forward any subdomain of bar.example.com

To update the root domain add a leading comma to the subdomain comma separated string.
To update the root domain add a leading comma to the subdomain comma separated string.
Example:

- ", foo, bar" -> will update the root and subdomains foo and bar
Expand Down
Loading

0 comments on commit d92dea0

Please sign in to comment.