accept .redir=true

This commit is contained in:
bel
2026-06-20 20:28:03 -06:00
parent 9189b97277
commit 96052b786d
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ type (
Endpoint struct {
To string
Redir bool
BasicAuth string
}
)