Git Product home page Git Product logo

auto-allow's Introduction

Auto Allow Web: A web api for open iptables access permission

How to install

To get started, clone the source and build

git clone  
cd auto-allow
make

install to /usr/local/sbin (need root permission)

sudo make install

Start

###Usage

-allow string
IPs always allow(default:127.0.0.1) (default "127.0.0.1")
-k string
access key(must have)
-open string
ports always open(default:22) (default "22")
-p int
listen port(default:8080) (default 8080)
-protect string
special ports to open(default is all)
-t string
allow access duration(default:12h) (default "12h")

Systemd service

copy script/auto-allow-web.service to /etc/systemd/system and replace password in that file

systemctl link auto-allow-web
systemctl daemon-reload

Web Access

url
http://host:8080/ Simple Page
http://host:8080/add?key=password add current ip to allow ip list
http://host:8080/add?key=password&ip=1.1.1.1 add 1.1.1.1 to allow ip list
http://host:8080/remove?key=password remove current ip from allow ip list
http://host:8080/remove?key=password&ip=1.1.1.1 remove 1.1.1.1 from allow ip list
http://host:8080/get?key=password List all allow ip

auto-allow's People

Watchers

 avatar  avatar

Forkers

21ki

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.