What's new

Closed How to block unwanted urls and websites on VPN Server via squid conf

Status
Not open for further replies.

rh4d infonethub

Forum Expert
Joined
Mar 16, 2018
Posts
2,178
Reaction
15,415
Points
2,164
Age
31
How to block unwanted urls and websites on VPN Server via squid conf

Recommended : Debian / Ubuntu

1. Log in as root then open /etc/squid3/squid.conf

2. Add these lines :

acl bad_url dstdomain "/etc/squid3/bad-sites.acl"
http_access deny bad_url


3. Then go to /etc/squid3/bad-sites.acl and add domains with this format

.google.com
.msn.com
.app. facebook. com


You can add domains as many as you want.

Save !


-rh4d
 
How to block unwanted urls and websites on VPN Server via squid conf

Recommended : Debian / Ubuntu

1. Log in as root then open /etc/squid3/squid.conf

2. Add these lines :

acl bad_url dstdomain "/etc/squid3/bad-sites.acl"
http_access deny bad_url


3. Then go to /etc/squid3/bad-sites.acl and add domains with this format

.google.com
.msn.com
.app. facebook. com


You can add domains as many as you want.

Save !


-rh4d
nice theard boss rh4d 😊
pwd pa hinge autoscript boss.. ocspanel+vps magkasama na.
 
thanks sa info, baka po boss meron po kayo dyan how to convert squid into unknown transparency instead of elite sir?
 
Status
Not open for further replies.
Back
Top