Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 408 Bytes

readme.md

File metadata and controls

24 lines (20 loc) · 408 Bytes

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