summarylogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorJeremy Kescher2024-01-29 22:07:56 +0100
committerJeremy Kescher2024-01-29 22:07:56 +0100
commit899e7975ef862bff08b9794d25c164e0cf5ac06e (patch)
treeb0aa65b18889d4920653d6f225b2a574a213ba3f /config.toml
parent634813b39dc6f22bed53ff3afaf72262b703c5d2 (diff)
downloadaur-899e7975ef862bff08b9794d25c164e0cf5ac06e.tar.gz
v0.4.1
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml35
1 files changed, 21 insertions, 14 deletions
diff --git a/config.toml b/config.toml
index 643f818b9a97..f378ca92c045 100644
--- a/config.toml
+++ b/config.toml
@@ -1,21 +1,28 @@
-
[deception]
- server_name = "nginx"
+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
+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 = false
- directory = "/var/log/hellpot/"
- nocolor = true
- use_date_filename = true
+debug = true
+directory = '/var/log/hellpot'
+docker_logging = false
+nocolor = false
+trace = false
+use_date_filename = true
[performance]
- max_workers = 256
- restrict_concurrency = false
+max_workers = 256
+restrict_concurrency = false