“Hahahaha, I’ll GET HIM and steal his moment by quitting and losing on purpose!”, said no one ever.
“Hahahaha, I’ll GET HIM and steal his moment by quitting and losing on purpose!”, said no one ever.
It sounds like your issue might be related to how your Docker networks are configured for DNS and internet access. Try these:
Check Network Configuration: Ensure your new networks are correctly configured to allow internet access. Docker networks should be able to route traffic to the internet by default unless specified otherwise.
DNS Configuration: Since you’re using Pi-hole for DNS, make sure the new networks are properly configured to use Pi-hole as their DNS server.
Inspect Network Settings:
Compare the settings of old_main
with the new networks. Use the following command to inspect the network configuration:
docker network inspect old_main
docker network inspect cloudflared
Pay attention to the gateway, subnet, and any custom DNS settings.
Check Docker Daemon Configuration:
Verify that your daemon.json
file is correctly set up to use Pi-hole for DNS. It should look something like this:
{
"dns": ["<Pi-hole IP>"]
}
Verify Container Configuration:
Ensure that your containers are correctly configured to use the new network. This can be specified in your docker-compose
files like this:
version: '3.7'
services:
cloudflared:
image: cloudflare/cloudflared
networks:
- cloudflared
networks:
cloudflared:
external: true
Check Firewall Rules: Ensure there are no firewall rules on your host or network equipment that might be blocking traffic from the new networks.
Test Connectivity: Run a simple connectivity test from within a container on the new network to check internet access:
docker run --rm -it --network cloudflared alpine ping -c 4 google.com
If this fails, the issue is likely with network configuration rather than the containers themselves.
Docker Network Restart: Sometimes, Docker networks need to be restarted to apply changes correctly. Try removing and recreating the problematic networks:
docker network rm cloudflared
docker network create cloudflared
If none of the above steps resolve the issue, there might be a deeper configuration problem. At this point, it might be helpful to see the exact configuration of your docker-compose
files and the output of the network inspection commands.
Sure, makes sense. But the title was “what’s a good phone that doesn’t force ads on me.” None of the things you listed were mentioned in the post. I stand by my answer 😎. Come, join us in the land of good-user-interface.
iPhone.
You’re not supposed to say the quiet part out loud.
All these fancy plans and Microsoft still can’t figure out how to merge Windows Control Panel and Settings into one 🙄.
I feel you, Pakistan. Same here in the US. The yeeeeejadists are itchin for a fight.
Move to another country?
I’m trying to figure out the same question.
Ok … duh … the glasses are the best artifact.
You could be running the world in no time with that kind of charm applied to politics.
You are the best.
Don’t threaten me with a good time!