mirror of
https://github.com/kou029w/fogtype.com
synced 2025-01-18 08:05:02 +00:00
coredns listen on 53
This commit is contained in:
parent
59cfde2b8b
commit
ea75a82a20
2 changed files with 3 additions and 1 deletions
|
@ -42,6 +42,8 @@ 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.zerossl.com-v2-dv90/dns.keiu.net/dns.keiu.net.crt /var/lib/caddy/data/caddy/certificates/acme.zerossl.com-v2-dv90/dns.keiu.net/dns.keiu.net.key
|
||||
reload
|
||||
prometheus 0.0.0.0:9153
|
||||
|
|
Loading…
Add table
Reference in a new issue