My organization recently began blocking port 53 traffic to Cloudflare. This seems to have rendered WARP unusable. Is there any way to get around this?
A few simple nmap scans to 1.1.1.1 from within my org’s network show this:
Starting Nmap 7.80 ( https://nmap.org ) at 2023-08-30 11:02 MDT
Nmap scan report for one.one.one.one (1.1.1.1)
Host is up (0.0096s latency).
Not shown: 995 filtered ports
PORT STATE SERVICE
80/tcp open http
443/tcp open https
1720/tcp open h323q931
8080/tcp open http-proxy
8443/tcp open https-alt
Nmap done: 1 IP address (1 host up) scanned in 4.88 seconds```
```$ nmap -p 53 1.1.1.1
Starting Nmap 7.80 ( https://nmap.org ) at 2023-08-30 11:02 MDT
Nmap scan report for one.one.one.one (1.1.1.1)
Host is up (0.012s latency).
PORT STATE SERVICE
53/tcp filtered domain
Nmap done: 1 IP address (1 host up) scanned in 0.25 seconds```