1
4
mirror of https://github.com/yunginnanet/HellPot synced 2024-06-28 08:40:48 +00:00
HellPot/docker_config.toml

19 lines
380 B
TOML
Raw Normal View History

2023-08-13 05:23:00 +00:00
[deception]
server_name = "nginx"
[http]
bind_addr = "0.0.0.0"
bind_port = "8080"
real_ip_header = 'X-Real-IP'
uagent_string_blacklist = ["Cloudflare-Traffic-Manager", "curl"]
[http.router]
catchall = true # /robots.txt assumed to be served elsewhence
[logger]
debug = false
trace = false
directory = "/logs/"
nocolor = true
use_date_filename = true