Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielkubat/iptables
Basic firewall script using iptables for Debian
https://github.com/danielkubat/iptables
debian firewall iptables
Last synced: about 2 months ago
JSON representation
Basic firewall script using iptables for Debian
- Host: GitHub
- URL: https://github.com/danielkubat/iptables
- Owner: danielkubat
- License: unlicense
- Created: 2018-08-16T15:13:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T08:21:51.000Z (over 6 years ago)
- Last Synced: 2023-10-17T14:51:27.481Z (about 1 year ago)
- Topics: debian, firewall, iptables
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Basic firewall script using iptables for Debian
=================================================this is personalized post-installation script for setting up basic firewall template using iptables for Debian.
Usage
-----
````
cd $(mktemp -d)
wget https://github.com/danielkubat/iptables/archive/master.zip
unzip master.zip && cd iptables-master
bash iptables.sh
````