Firewalla Gold not establishing Docker tunnel to Cloudflare

Comments

1 comment

  • Avatar
    Dan Lamay

    This ended up fixing the issue.

    sudo docker run --dns=8.8.8.8 --network host cloudflare/cloudflared:latest tunnel --no-autoupdate run --token

    The "--network host" gets by the DNS Boost of the 0.0.0.0:53 of the root system. 

    0
    Comment actions Permalink

Please sign in to leave a comment.