• Stars
    star
    130
  • Rank 277,575 (Top 6 %)
  • Language
    CSS
  • License
    GNU General Publi...
  • Created about 9 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

iptables WEB gui

iptables WEB gui

ScreenShot

Howto install

In first time you need to Download and install Node.js

Howto use

  • Clone repository:
git clone https://github.com/puux/iptables.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

Howto create own theme

  • cd ./tpl/styles/
  • open and change config.scss
  • compile: scss --sourcemap=none style.scss ../theme/MyTheme.css
  • select theme in Settings->Theme

Default user and password

User: admin Pass: (empty)

You can change this here https://github.com/puux/iptables/blob/master/handlers.js#L14