wrt_privoxy

ivansible.wrt_privoxy

Github Test Status Travis Test Status Ansible Galaxy

This role installs privoxy http proxy on Keenetic routers allowing to expose local SOCKS servers as HTTP proxy.

Requirements

None

Variables

wrt_privoxy_enable: false

Enables installation of privoxy. Role is skipped if this is false.

wrt_privoxy_listen_addr: 127.0.0.1
wrt_privoxy_listen_port: 3128

Sets listening address/port for incoming HTTP proxy requests. Use address 0.0.0.0 to listen on all interfaces.

wrt_privoxy_socks_port: 1080

Privoxy will forward incoming HTTP proxy requests to the given SOCKS port on the local loopback interface (interface is NOT configurable). You can choose between srelay, v2ray, or shadowsocks SOCKS ports.

Tags

  • wrt_privoxy_all -- all tasks

Dependencies

None

Example Playbook

- hosts: keenetic
  roles:
     - role: ivansible.wrt_privoxy
       wrt_privoxy_enable: true
       wrt_privoxy_listen_addr: 192.168.1.1
       wrt_privoxy_listen_port: 8080

License

MIT

Author Information

Created in 2020 by IvanSible

About

setup privoxy on keenetic entware

Install
ansible-galaxy install ivansible/wrt-privoxy
GitHub repository
License
Unknown
Downloads
20
Owner
ivandeex ansible roles, molecule tests: https://galaxy.ansible.com/ivansible/