Skip to content

A small script to restrict network access. Implemented by means of iptables and bash.

License

Notifications You must be signed in to change notification settings

MuratovAS/noNetwork-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

noNetwork-script

A small script to restrict network access. Implemented by means of iptables and bash. Usage:

# complete restrictions on network access
nolan ping 192.168.1.1
# restrictions on internet access
noinet ping 192.168.1.1

Install and uninstall:

sudo chmod + x ./install.sh
sudo chmod + x ./uninstall.sh
#Installation
./install.sh
# Removal
./uninstall.sh

About

A small script to restrict network access. Implemented by means of iptables and bash.

Topics

Resources

License

Stars

Watchers

Forks

Languages