Files
BanForge/internal/config/template.go
d3m0k1d 847002129d
All checks were successful
CI.yml / build (push) Successful in 2m24s
feat: Add bantime and goroutines for unban expires ban
2026-01-19 16:03:12 +03:00

21 lines
376 B
Go

package config
const Base_config = `
# This is a TOML config file for BanForge
# [https://github.com/d3m0k1d/BanForge](https://github.com/d3m0k1d/BanForge)
[firewall]
name = ""
config = "/etc/nftables.conf"
[[service]]
name = "nginx"
log_path = "/var/log/nginx/access.log"
enabled = true
[[service]]
name = "nginx"
log_path = "/var/log/nginx/access.log"
enabled = false
`