Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 997 Bytes

masque.md

File metadata and controls

15 lines (9 loc) · 997 Bytes

Enable MASQUE

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:

  1. run docker exec -it warp bash to get into the container shell
  2. run warp-cli tunnel protocol set MASQUE to enable MASQUE
  3. run warp-cli settings list to check if MASQUE is enabled

QLog

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.