mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 22:17:39 +03:00
smtp: add debug upstream
This commit is contained in:
parent
978ee0c7a5
commit
fe357c3c83
2 changed files with 54 additions and 5 deletions
2
maddy.go
2
maddy.go
|
@ -22,6 +22,8 @@ var Directives = []string{
|
|||
"compress",
|
||||
"proxy",
|
||||
"pgp",
|
||||
"debug",
|
||||
"auth",
|
||||
}
|
||||
|
||||
func Start(blocks []caddyfile.ServerBlock) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue