Hi,
I am building an app on docker-compose and I added to build Cloudflare/cloudflared image. Everything works great on my old, test domain, but I bought one specially for new project, changed DNS nameservers and tried add tunnel to this new domain. Anything was okay in the dashboard, but it doesn’t work at all at my new domain. In browser I get DNS_PROBE_FINISHED_NXDOMAIN
error.
cloudflared logs:
2023-01-04 14:07:14 2023-01-04T13:07:14Z INF Starting tunnel tunnelID=*****
2023-01-04 14:07:14 2023-01-04T13:07:14Z INF Version 2022.12.1
2023-01-04 14:07:14 2023-01-04T13:07:14Z INF GOOS: linux, GOVersion: go1.19.4, GoArch: amd64
2023-01-04 14:07:14 2023-01-04T13:07:14Z INF Settings: map[no-autoupdate:true]
2023-01-04 14:07:14 2023-01-04T13:07:14Z INF Environmental variables map[TUNNEL_TOKEN:*****]
2023-01-04 14:07:14 2023-01-04T13:07:14Z INF Generated Connector ID: *****
2023-01-04 14:07:14 2023-01-04T13:07:14Z INF Will be fetching remotely managed configuration from Cloudflare API. Defaulting to protocol: quic
2023-01-04 14:07:14 2023-01-04T13:07:14Z INF Initial protocol quic
2023-01-04 14:07:14 2023-01-04T13:07:14Z INF ICMP proxy will use 192.168.96.2 as source for IPv4
2023-01-04 14:07:14 2023-01-04T13:07:14Z INF ICMP proxy will use :: as source for IPv6
2023-01-04 14:07:14 2023-01-04T13:07:14Z INF Starting metrics server on 127.0.0.1:43251/metrics
2023-01-04 14:07:14 2023/01/04 13:07:14 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size for details.
2023-01-04 14:07:15 2023-01-04T13:07:15Z INF Connection *** registered with protocol: quic connIndex=0 ip=198.41.200.73 location=WAW
2023-01-04 14:07:16 2023-01-04T13:07:16Z INF Connection *** registered with protocol: quic connIndex=1 ip=198.41.192.77 location=FRA
2023-01-04 14:07:16 2023-01-04T13:07:16Z INF Updated to new configuration config="{\"ingress\":[{\"hostname\":\"***\",\"originRequest\":{},\"service\":\"http://192.168.0.100:3000\"},{\"service\":\"http_status:404\"}],\"warp-routing\":{\"enabled\":false}}" version=5
2023-01-04 14:07:17 2023-01-04T13:07:17Z INF Connection *** registered with protocol: quic connIndex=2 ip=198.41.192.27 location=FRA
2023-01-04 14:07:18 2023-01-04T13:07:18Z INF Connection *** registered with protocol: quic connIndex=3 ip=198.41.200.13 location=WAW