Dmitry Stremkouski | b769e6d | 2017-10-23 17:03:07 +0300 | [diff] [blame] | 1 | ================= |
| 2 | TinyProxy Formula |
| 3 | ================= |
| 4 | |
| 5 | Sample Pillars |
| 6 | ============== |
| 7 | |
| 8 | TinyProxy: Basic configuration |
| 9 | |
| 10 | .. code-block:: yaml |
| 11 | |
| 12 | tinyproxy: |
Filip Pytloun | 912b3fc | 2017-10-26 21:21:10 +0200 | [diff] [blame] | 13 | server: |
| 14 | enabled: true |
| 15 | bind: |
| 16 | address: 172.16.21.101 |
| 17 | port: 8888 |
| 18 | allow: |
| 19 | - 127.0.0.1 |
| 20 | - 172.16.21.0/24 |
| 21 | deny: |
| 22 | - 8.8.8.8 |
| 23 | connect_ports: |
| 24 | - 443 |
| 25 | upstream: 10.11.236.1:8080 |
Andrei Danin | 324b0b9 | 2018-06-09 23:25:20 -0700 | [diff] [blame] | 26 | noupstream: |
| 27 | - domain.to.be.excluded.from.proxying |
| 28 | - 127.0.0.0/24 |
Dmitry Stremkouski | b769e6d | 2017-10-23 17:03:07 +0300 | [diff] [blame] | 29 | |
| 30 | |
| 31 | More Information |
| 32 | ================ |
| 33 | |
| 34 | * https://en.wikipedia.org/wiki/Tinyproxy |