Simplify configuration and fix view pattern
This commit is contained in:
parent
4b3593c27a
commit
fbb30758e6
1 changed files with 1 additions and 7 deletions
8
Corefile
8
Corefile
|
@ -4,16 +4,10 @@
|
||||||
cancel
|
cancel
|
||||||
|
|
||||||
view docker {
|
view docker {
|
||||||
expr name() matches '^[a-z]+\\.$'
|
expr name() matches '^[a-z]+\\.docker\\.$'
|
||||||
}
|
}
|
||||||
|
|
||||||
rewrite name suffix .docker . answer auto
|
rewrite name suffix .docker . answer auto
|
||||||
|
|
||||||
forward . 127.0.0.11
|
forward . 127.0.0.11
|
||||||
}
|
}
|
||||||
|
|
||||||
. {
|
|
||||||
acl {
|
|
||||||
block
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue