Skip to content

Instantly share code, notes, and snippets.

@elgatov
Created February 16, 2020 12:11
Show Gist options
  • Save elgatov/f65ec9a3ec75fb48fad42a078f0d0f6a to your computer and use it in GitHub Desktop.
Save elgatov/f65ec9a3ec75fb48fad42a078f0d0f6a to your computer and use it in GitHub Desktop.
config redirect
option src 'lan'
option proto 'tcp'
option src_dport '80'
option dest_port '8118'
option dest_ip '192.168.1.1'
option name 'Privoxy'
option src_ip '!192.168.1.1'
option dest 'lan'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment