Blocking and Unblocking sites on centOS 7

Support for security such as Firewalls and securing linux
Post Reply
sabid14
Posts: 1
Joined: 2015/06/09 13:25:43

Blocking and Unblocking sites on centOS 7

Post by sabid14 » 2015/06/09 13:41:13

I am new to linux. recently i setup centos 7 server and enabled squid proxy. i like to know how to

1. how to block social sites
2. how to allowed sites with port number

aks
Posts: 3073
Joined: 2014/09/20 11:22:14

Re: Blocking and Unblocking sites on centOS 7

Post by aks » 2015/06/09 19:20:02

Plenty of answers on Google...

peterwkc
Posts: 8
Joined: 2015/11/02 12:17:24

Re: Blocking and Unblocking sites on centOS 7

Post by peterwkc » 2015/11/03 05:30:16

Below is the example to block a specific social media website.

Code: Select all

http_access deny CONNECT www.facebook.com

Post Reply