-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtinyproxy.conf
More file actions
45 lines (36 loc) · 1.72 KB
/
tinyproxy.conf
File metadata and controls
45 lines (36 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
# 888 d8b .d888
# 888 Y8P d88P"
# 888 888
# 888888 888 88888b. 888 888 88888b. 888d888 .d88b. 888 888 888 888 .d8888b .d88b. 88888b. 888888
# 888 888 888 "88b 888 888 888 "88b 888P" d88""88b `Y8bd8P' 888 888 d88P" d88""88b 888 "88b 888
# 888 888 888 888 888 888 888 888 888 888 888 X88K 888 888 888 888 888 888 888 888
# Y88b. 888 888 888 Y88b 888 888 d88P 888 Y88..88P .d8""8b. Y88b 888 d8b Y88b. Y88..88P 888 888 888
# " Y888 888 888 888 "Y88888 88888P" 888 "Y88P" 888 888 "Y88888 Y8P "Y8888P "Y88P" 888 888 888
# 888 888 888
# Y8b d88P 888 Y8b d88P
# "Y88P" 888 "Y88P"
#
# -------------------------------------------------------------------------
# File: tinyproxy.conf
# Help: https://tinyproxy.github.io/
# Source: https://github.com/devpunks
# Author: Ahmid-Ra (github.com/snuggs)
# Maintainer: devPunks <https://github.com/devpunks>
# Description: Tinyproxy configuration file
# -------------------------------------------------------------------------
# SysLog
# LogFile
LogLevel Info
# PidFIle <id>
Port 8888
MaxClients 8 # cores
Timeout 1000
# Deny <address>
Allow 127.0.0.1
Listen 127.0.0.1
# Filter ^foo\.bar$
# ViaProxyName
# DisableViaHeader
# XTinyProxy
AddHeader "X-Devpunks-Header" "Powered by dev😈punks"