summarylogtreecommitdiffstats
path: root/config.toml
blob: f378ca92c0457f880d4368af2cfe18ea33b038ab (plain)
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
[deception]
server_name = 'nginx'

[http]
bind_addr = '127.0.0.1'
bind_port = '8080'
real_ip_header = 'X-Real-IP'
uagent_string_blacklist = ['Cloudflare-Traffic-Manager']
unix_socket_path = '/run/hellpot/socket'
unix_socket_permissions = '0666'
use_unix_socket = true

[http.router]
catchall = false
makerobots = true
paths = ['wp-login.php', 'wp-login']

[logger]
debug = true
directory = '/var/log/hellpot'
docker_logging = false
nocolor = false
trace = false
use_date_filename = true

[performance]
max_workers = 256
restrict_concurrency = false