Skip to content

Commit

Permalink
Automatic release v4.0.x-20241022
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbeau committed Oct 22, 2024
1 parent 1963f9d commit fb8296e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##
## v4.0.x-20241022
* add regex support for domain

## v4.0.x-20241015
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ALLOWED_HOSTS=foo1.exemple.org,10.10.10.82:3000,localhost:3000
You can also add regex

```
ALLOWED_HOSTS_REGEX=/10\.0\.[012]\.\d+/
ALLOWED_HOSTS_REGEX=10\.0\.[012]\.\d+
```


Expand Down

0 comments on commit fb8296e

Please sign in to comment.