Move backends to cmd args, allow setting private key seed via parameter or ENV var

This commit is contained in:
WeebDataHoarder
2025-04-06 03:08:19 +02:00
parent c763a59a4d
commit 411f028f56
7 changed files with 176 additions and 72 deletions

View File

@@ -44,5 +44,7 @@ type Policy struct {
Rules []Rule `yaml:"rules"`
// Backends
// Deprecated
Backends map[string]string `json:"backends"`
}