iptables WEB gui
In first time you need to Download and install Node.js
- Clone repository:
git clone https://github.com/BlackCounter/iptables-ui.git- Run server:
cd iptables
# only for first time you, need to download dependancies
npm install
# and then you can start the server
node server.js- Open browser and goto http://127.0.0.1:1337/
- cd ./tpl/styles/
- open and change config.scss
- compile: scss --sourcemap=none style.scss ../theme/MyTheme.css
- select theme in Settings->Theme
User: admin Pass: (empty)