You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the daemon will only intercept and manage outgoing connections, add support for incoming connections ( ip address x.x.x.x is connecting to port 80 of httpd )
The text was updated successfully, but these errors were encountered:
What exactly is the reason that incoming connections are not being queued? I can't find the info I'm looking for in any netfilter documentation.
Edit: after digging through the code more, it looks like the reason is simply because of the rule placement (all rules are -A in rules.go.) Would it be too much to stick our rules into the chains as number 1, for example:
Right now the
daemon
will only intercept and manage outgoing connections, add support for incoming connections (ip address x.x.x.x is connecting to port 80 of httpd
)The text was updated successfully, but these errors were encountered: