Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default behavior on chains #109

Closed
DenyDarko opened this issue Mar 16, 2013 · 1 comment
Closed

Default behavior on chains #109

DenyDarko opened this issue Mar 16, 2013 · 1 comment
Labels
Milestone

Comments

@DenyDarko
Copy link

I would like to see an option to change the default behavior on chains.

Personally I've added to the custom scipts the following:

$IPTABLES -P INPUT DROP
$IPTABLES -P FORWARD DROP
$IPTABLES -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT

Maybe a GUI for such essential iptables options would be useful for paranoid users.

@ukanth ukanth added this to the 1.3.1 milestone Mar 18, 2014
@ukanth ukanth modified the milestones: 1.3.2, 1.3.1 Apr 10, 2014
@ukanth
Copy link
Owner

ukanth commented Aug 3, 2016

This can be done via custom scripts.

@ukanth ukanth closed this as completed Aug 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants