smtp: add debug upstream

This commit is contained in:
emersion 2019-01-11 18:48:12 +01:00
parent 978ee0c7a5
commit fe357c3c83
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 54 additions and 5 deletions

View file

@ -22,6 +22,8 @@ var Directives = []string{
"compress",
"proxy",
"pgp",
"debug",
"auth",
}
func Start(blocks []caddyfile.ServerBlock) error {