#Private DNS return on Wrap Client Poll time out
14 messages · Page 1 of 1 (latest)
So when connected locally it's resolving fine, while switching to Wrap Client, I get bunch of errors in console logs. I was wondering if I cloudflared is not returning request properly ?
let me try to restart it
Response details
Status
Rewritten
Elapsed
0.03 ms
Response code
NOERROR
Response
A: 192.168.0.2 (ttl=10)
how can I know which timeout being used by cloudflare wrap so I can try to adapt my caddy to it ?
2024-08-11T15:57:51.632Z+02:00 | ERROR | DNS Resolver: onErrorResumeNext - (https): exception - java.net.SocketTimeoutException: Poll timed out and message: Poll timed out and queryName: lab.local, fallbackServerListSize: 1
2024-08-11T15:57:51.637Z+02:00 | WARN | class com.cloudflare.app.vpnservice.exceptions.ConnectionException: DNS request timeout
2024-08-11T15:57:53.453Z+02:00 | INFO | ConnectivityVerifier: Trace url: https://connectivity.cloudflareclient.com/cdn-cgi/trace
2024-08-11T15:57:53.542Z+02:00 | INFO | dns response (https): DnsPacket id=9527, response_code=0, answers=2
2024-08-11T15:57:53.639Z+02:00 | ERROR | DNS Resolver: onErrorResumeNext - (https): exception - java.net.SocketTimeoutException: Poll timed out and message: Poll timed out and queryName: lab.local, fallbackServerListSize: 1
2024-08-11T16:29:15.234Z+02:00 | INFO | FallbackBlocklist: domainName-lab.local suffix matches with fallback domain - lab.local
2024-08-11T16:29:15.235Z+02:00 | INFO | FallbackBlocklist: domainName-lab.local suffix matches with fallback domain - lab.local
2024-08-11T16:29:16.247Z+02:00 | ERROR | DNS Resolver: onErrorResumeNext - (https): exception - java.net.SocketTimeoutException: Poll timed out and message: Poll timed out and queryName: lab.local, fallbackServerListSize: 1
according to the right branch https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/
I don't have resolver IP part of split.
So ideally, Query sent to resolver IP outside WARP Tunnel
shall I run WRAP over DOH in this case ?
Ah god, got the issue, well when connected to Cloudflare WARP, DNS rewrite with 192.168.0.2 is not resolving leading to a timeout. However, when I changed this rewrite to 10.1.0.1 it works. which mean now when I am not connected to wrap this IP won't resolve as local lan cause it's bridge gateway 🤔