Skip to content

Firewall, routes and Docker networking leak analysis #2370

Closed Answered by qdm12
jagaimoworks asked this question in Q&A
Discussion options

You must be logged in to vote

You are correct. I doubt other containers would spin up and start their program under 15ms as well though, especially with the network_mode: "service:gluetun" dependency. But theoretically it could happen. Now what could it leak? Pretty much not much 😄 Maybe a single DNS request, because 15ms round trip is rather small. For example UDP traffic with a server in the same LAN/room has a ping of 10ms. I also measured time taken by other code pieces before the firewall is configured, and it takes 1 to 2ms, so not really worth fiddling around and moving it below the firewall configuration part. For context, before there was a lot more processing done before and the firewall would be executed af…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@jagaimoworks
Comment options

@qdm12
Comment options

Answer selected by jagaimoworks
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants