Commit graph

3 commits

Author SHA1 Message Date
fox.cpp
bcceec4fe4
Extract several packages to form a public API 2020-07-15 01:31:06 +03:00
fox.cpp
394668e7d1
dns: Fix DNS override not being used in some cases
PreferGo is necessary to force Go resolver to be used. Otherwise it
might use the CGo resolver and never call DefaultResolver.Dial.
2020-02-18 20:55:44 +03:00
fox.cpp
48e21f566e
Extend .debug.* flags and hide them by default
Allow to override DNS resolver address via the -debug.dnsoverride flag
and SMTP port via -debug.smtpport.

All flags are not available unless maddy is built using the 'debugflags'
tag.
2019-12-13 17:31:35 +03:00