summaryrefslogtreecommitdiff
path: root/package/iptables/files
AgeCommit message (Collapse)Author
2010-04-12ip6tables reviewPhil Sutter
Init-script and config based on the IPv4-ones, but all NAT-related stuff dropped.
2010-04-12firewall.conf: minor fixupsPhil Sutter
- Apply drop policy to the OUTPUT chain, too (the actual behaviour should not have changed, as all now unhandled packets were explicitly dropped before). - The TCPMSS target is only valid in the mangle table, which is not enabled by default. So fix the statement and comment it out to leave it up to the user to decide whether he really needs it.
2010-01-04fix default firewall script and kernel mod dependenciesWaldemar Brodkorb
2009-12-02finetune iptables, tinyproxy and dansguardianWaldemar Brodkorb
2009-12-01use pkill for startup scriptsWaldemar Brodkorb
- seems to solve the issue, that the same init script get killed otherwise - fine tune dansguardian, squid and iptables package - add default firewall config file (from freewrt) - add an example for transparent proxy via an ethernet bridge
2009-05-30optimize ipkg package managementWaldemar Brodkorb
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
2009-05-17Initial importwbx