Socks Admin V.1.2.11 «iPhone TESTED»

npm install socks-admin@1.2.11

You can create dynamic access control lists (ACLs). For instance, allow all IPs from 192.168.1.0/24 but block a specific malicious IP like 45.129.33.102.

sudo systemctl start socksadmin

Once running, check the version in the bottom-left corner of the dashboard or via: socks admin v.1.2.11

socks-admin --version

Administrators should implement strict ACLs: npm install socks-admin@1

Example Configuration Logic:

# Block connections to internal sensitive networks
block dst 192.168.10.0/24
# Allow authenticated users to access the web
allow auth username
9
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?