release: blackwall v1

This commit is contained in:
Blackwall AI 2026-04-02 00:05:44 +03:00
commit e01b11f7ff
63 changed files with 11133 additions and 0 deletions

27
config.toml Normal file
View file

@ -0,0 +1,27 @@
# Blackwall Configuration
[network]
interface = "eth0"
xdp_mode = "generic"
[thresholds]
entropy_anomaly = 6000
[tarpit]
enabled = true
port = 2222
base_delay_ms = 100
max_delay_ms = 30000
jitter_ms = 500
[ai]
enabled = true
ollama_url = "http://localhost:11434"
model = "llama3.2:3b"
fallback_model = "qwen3:1.7b"
max_tokens = 512
timeout_ms = 30000
[rules]
blocklist = []
allowlist = ["127.0.0.1"]