레이블이 settings인 게시물을 표시합니다. 모든 게시물 표시
레이블이 settings인 게시물을 표시합니다. 모든 게시물 표시

2016년 5월 4일 수요일

How to blocking telegram for Squid proxy

How to blocking telegram for Squid proxy


# vi /etc/squid/squid.conf

Adding the source code


acl deny_dst dstdom_regex \.telegram.org$
http_access deny deny_dst

or

acl deny_dst dstdomain .telegram.org
http_access deny deny_dst


CentOS 7.x
# systemctl restart squid

CentOS 6.x
# service squid restart


#텔레그램