项目作者: pooriaghaedi

项目描述 :
Remove MikroTik Hotspot session
高级语言: Python
项目地址: git://github.com/pooriaghaedi/mik-reset-session.git
创建时间: 2019-06-03T06:17:26Z
项目社区:https://github.com/pooriaghaedi/mik-reset-session

开源协议:

下载


Remove Mikrotik Hotspot Session

Sometimes users forget to logout from their hotspot session, they go to different Locations and they want to use Wireless again. With this app users can remove their hotspot session. Here I used Active directory as Authentication. After user is being Authenticated their session would be removed.

Dockerfile

There are some environment variables in the Dockerfile You need to set, most of them are credentials. After that you can build the dockerfile using this command.

  1. docker build -t mikresetsession .
  2. docker run -d -p 80:5000 mikresetsession