16 lines
374 B
Plaintext
16 lines
374 B
Plaintext
[Unit]
|
|
Wants=network-online.target
|
|
|
|
[Container]
|
|
ContainerName=cloudflared
|
|
Exec=proxy-dns --address 0.0.0.0 --port 5053 --upstream https://1.1.1.1/dns-query --upstream https://1.0.0.1/dns-query
|
|
Image=docker.io/cloudflare/cloudflared:2024.5.0
|
|
PublishPort=127.0.0.1:5053:5053/tcp
|
|
PublishPort=127.0.0.1:5053:5053/udp
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|