Open
Description
Hello, in the past I used Docker to make Onion Services with this network isolation design, but I created this isolated network with the docker command "--internal" to prevent connections to the Internet.
What is the difference between using --internal or using -o "com.docker.network.bridge.enable_ip_masquerade=false"