-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.cfg
More file actions
38 lines (28 loc) · 944 Bytes
/
config.cfg
File metadata and controls
38 lines (28 loc) · 944 Bytes
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
# /============================\
# | PyRot Configuration File |
# | By MrSentex |
# \============================/
# Time configuration => 1d = 1 day | 1s = 1 second | 1m = 1 minute | 1h = 1 hour
# < Console configuration >
ConsoleColor = true
EnableLogFile = true
LogName = pyrot.log
# < Plugin configuration >
PluginDir = Plugins
# < Proxy configuration >
# The CheckTimeout is in seconds!
# Set CheckThreads to false or 0 to disable the checker
# If you set to true the ClientIdentification var the program will set a permanent proxy to the client (Useful for browsing).
ProxyBindAddress = 0.0.0.0
ProxyBindPort = 8080
DefaultProxyType = http
CheckElapse = 10m
CheckTimeout = 15
CheckThreads = 10
DisableLocalConnections = false
ClientIdentification = false
# < Proxy check configuration >
# ExpectResponse can be json or plain
CheckUrl = https://api.ipify.org?format=json
ExpectResponse = plain
JsonIpField = none