I have Cloudflare Tunnel properly set but I keep getting this error
~/.cloudflared $ cloudflared tunnel run score
2022-12-30T10:30:31Z INF Starting tunnel tunnelID=a7de280f-1f19-4412-9e53-58199566bd57
2022-12-30T10:30:31Z INF Version 2022.12.1
2022-12-30T10:30:31Z INF GOOS: android, GOVersion: go1.19.4, GoArch: arm64
2022-12-30T10:30:31Z INF Settings: map[cred-file:a7de280f-1f19-4412-9e53-58199566bd57.json credentials-file:a7de280f-1f19-4412-9e53-58199566bd57.json url:http://localhost:7000]
2022-12-30T10:30:31Z INF cloudflared will not automatically update when run from the shell. To enable auto-updates, run cloudflared as a service: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/run-tunnel/as-a-service/ 2022-12-30T10:30:31Z INF Generated Connector ID: e4d9acda-b469-4873-8654-826c7c91e0ae 2022-12-30T10:30:31Z ERR Unable to lookup protocol. Defaulting tohttp2
. If this fails, you can attempt--protocol quic
instead. error=“lookup protocol-v2.argotunnel.com on [::1]:53: read udp [::1]:42729->[::1]:53: read: connection refused” 2022-12-30T10:30:31Z INF Initial protocol http2
2022-12-30T10:30:31Z INF ICMP proxy will use 192.168.43.193 as source for IPv4
2022-12-30T10:30:31Z INF ICMP proxy will use fe80::227:15ff:feaf:2161 in zone wlan0 as source for IPv6
2022-12-30T10:30:31Z WRN ICMP proxy feature is disabled error=“cannot create ICMPv4 proxy: bind: permission denied nor ICMPv6 proxy: bind: permission denied”
2022-12-30T10:30:31Z INF Starting metrics server on 127.0.0.1:42179/metrics 2022-12-30T10:30:32Z ERR update check failed error=“no release found”
2022-12-30T10:30:46Z ERR Error looking up Cloudflare edge IPs: the DNS query failed error=“lookup _v2-origintunneld._tcp.argotunnel.com on [::1]:53: read udp [::1]:49493->[::1]:53: read: connection refused” 2022-12-30T10:30:46Z ERR Please try the following things to diagnose this issue: 2022-12-30T10:30:46Z ERR 1. ensure that argotunnel.com is returning “origintunneld” service records.
2022-12-30T10:30:46Z ERR Run your system’s equivalent of: dig srv _origintunneld._tcp.argotunnel.com 2022-12-30T10:30:46Z ERR 2. ensure that your DNS resolver is not returning compressed SRV records. 2022-12-30T10:30:46Z ERR See GitHub issue net: go 1.11 DNS client incompatible with SRV records from kube-dns · Issue #27546 · golang/go · GitHub
2022-12-30T10:30:46Z ERR For example, you could use Cloudflare’s 1.1.1.1 as your resolver:
2022-12-30T10:30:46Z ERR Set up Cloudflare 1.1.1.1 resolver · Cloudflare 1.1.1.1 docs
2022-12-30T10:30:46Z INF Tunnel server stopped
2022-12-30T10:30:46Z ERR Initiating shutdown error=“Could not lookup srv records on _v2-origintunneld._tcp.argotunnel.com: lookup _v2-origintunneld._tcp.argotunnel.com on [::1]:53: read udp [::1]:49493->[::1]:53: read: connection refused”
2022-12-30T10:30:46Z INF Metrics server stopped
Could not lookup srv records on _v2-origintunneld._tcp.argotunnel.com: lookup _v2-origintunneld._tcp.argotunnel.com on [::1]:53: read udp [::1]:49493->[::1]:53: read: connection refused
What is the problem?