Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

sv0/nodeny-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

NoDeny authorizator

It is web authorization script for Nodeny billing system. The script was developed for using on my AirOS powered Ubiquiti NanoBridge M2. Also it can be run on any linux distro. The script is standalone; simply install it anywhere in your $PATH or use full path.

Requirements

md5sum, wget, awk, sh.

Usage

$ /bin/sh noauth.sh billing.host username password

Installation

Ubiquiti NanoBridge M2

Copy noauth.sh to your device:

scp noauth.sh admin@192.168.1.1:/etc/persistent/

Add noauth.sh to rc.poststart on your device:

echo "/bin/sh /etc/persistent/noauth.sh billing.hostname.lan user password &" \
    >> /etc/persistent/rc.poststart

Save changes to flash:

cfgmtd -w -p /etc

About

Nodeny web authentification script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages