🐧운영체제/리눅스

리눅스 - 라즈베리파이 프록시 서버 설치하기(Privoxy)

Janger 2023. 2. 26. 11:46
728x90

 

Privoxy 설치

 

sudo apt install privoxy -y

 

설정 파일 수정

 

sudo nano /etc/privoxy/config

 

listen-address :8118

위와 같이 수정해 준다. 

 

 

Privoxy 재시작

 

sudo systemctl restart privoxy

 

 

 

 

 

참고: 

https://www.howtogeek.com/683971/how-to-use-a-raspberry-pi-as-a-proxy-server-with-privoxy/

 

How to Use a Raspberry Pi as a Proxy Server (with Privoxy)

A Raspberry Pi proxy server allows you to control the websites people can visit. It can also remove trackers and other unwanted junk from those web pages. Follow these simple steps to set it up.

www.howtogeek.com

 

728x90