Allow anything looking like a container name
This commit is contained in:
parent
fbb30758e6
commit
12fb1243dd
1 changed files with 1 additions and 1 deletions
2
Corefile
2
Corefile
|
@ -4,7 +4,7 @@
|
||||||
cancel
|
cancel
|
||||||
|
|
||||||
view docker {
|
view docker {
|
||||||
expr name() matches '^[a-z]+\\.docker\\.$'
|
expr name() matches '^[a-zA-Z0-9-_]+\\.docker\\.$'
|
||||||
}
|
}
|
||||||
|
|
||||||
rewrite name suffix .docker . answer auto
|
rewrite name suffix .docker . answer auto
|
||||||
|
|
Loading…
Reference in a new issue