Linux command
privoxy 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start privoxy
privoxy [/etc/privoxy/config]
Start in foreground
privoxy --no-daemon [config]
Check configuration
privoxy --config-test [config]
Show version
privoxy --version
说明
privoxy is a non-caching web proxy with filtering capabilities. It blocks ads, removes tracking, modifies web content, and enhances privacy. The tool works between the browser and the internet, inspecting and modifying HTTP traffic according to configurable rules.
参数
- --no-daemon
- Run in foreground.
- --pidfile _file_
- PID file location.
- --user _user_
- Run as user.
- --chroot
- Chroot to home directory.
- --pre-chroot-nslookup _host_
- DNS lookup before chroot.
- --config-test
- Test configuration.
- --version
- Show version.
- --help
- Show help.
FAQ
What is the privoxy command used for?
privoxy is a non-caching web proxy with filtering capabilities. It blocks ads, removes tracking, modifies web content, and enhances privacy. The tool works between the browser and the internet, inspecting and modifying HTTP traffic according to configurable rules.
How do I run a basic privoxy example?
Run `privoxy [/etc/privoxy/config]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --no-daemon do in privoxy?
Run in foreground.