Devices/ASUS RT-AC68P

웹 프록시 Privoxy 설치

귀찮아요 2020. 3. 16. 10:56

출처 : https://openwrt.org/docs/guide-user/services/proxy/privoxy

 

opkg install privoxy   로 설치한다.

 

nano /jffs/scripts/firewall-start   방화벽 설정

   iptables -I INPUT -p tcp --destination-port 8118 -j ACCEPT

입력 후 저장.

 

service restart_firewall    방화벽 재시작.

 

nano /opt/etc/privoxy/config      설정파일 위치

/opt/etc/init.d/S24privoxy restart   재시작.