mirror of
https://github.com/kou029w/fogtype.com
synced 2025-01-18 08:05:02 +00:00
Revert "coredns listen on 53"
This reverts commit ea75a82a20
.
ホスト側と競合して名前解決に失敗することがあるようなのでやめる。
; Conflicts:
; etc/coredns/Corefile
This commit is contained in:
parent
28c7c00149
commit
e410fa7c8d
2 changed files with 1 additions and 3 deletions
|
@ -20,8 +20,6 @@ services:
|
|||
restart: unless-stopped
|
||||
expose: ["443"]
|
||||
ports:
|
||||
- "53:53/udp"
|
||||
- "53:53/tcp"
|
||||
- "853:853"
|
||||
- "127.0.0.1:9153:9153"
|
||||
volumes:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
https://. tls://. . {
|
||||
https://. tls://. {
|
||||
tls /var/lib/caddy/data/caddy/certificates/acme-v02.api.letsencrypt.org-directory/dns.fogtype.com/dns.fogtype.com.crt /var/lib/caddy/data/caddy/certificates/acme-v02.api.letsencrypt.org-directory/dns.fogtype.com/dns.fogtype.com.key
|
||||
reload
|
||||
prometheus 0.0.0.0:9153
|
||||
|
|
Loading…
Add table
Reference in a new issue