MASQUE is WARP's new protocol which is more unlikely to be block by firewall (of your company or ISP) than WireGuard.
If you are using Zero Trust, go to Cloudflare Zero Trust portal and set device tunnel protocol to MASQUE.
If you are using consumer account, you can enable MASQUE by following the steps below:
- run
docker exec -it warp bash
to get into the container shell - run
warp-cli tunnel protocol set MASQUE
to enable MASQUE - run
warp-cli settings list
to check if MASQUE is enabled
By default, QLog is disabled in the image due to a known issue that it will generate a large amount of logs. If you want to enable QLog, you can pass DEBUG_ENABLE_QLOG=true
to the container.