summarylogtreecommitdiffstats
path: root/config.toml
blob: 643f818b9a978d2d07bb203fda339734bb430570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

[deception]
  server_name = "nginx"

[http]
  bind_addr = "127.0.0.1"
  bind_port = "8080"
  paths = ["wp-login.php","wp-login"]
  unix_socket_path = "/run/hellpot/socket"
  unix_socket_permissions = "0666"
  use_unix_socket = true

[logger]
  debug = false
  directory = "/var/log/hellpot/"
  nocolor = true
  use_date_filename = true

[performance]
  max_workers = 256
  restrict_concurrency = false