mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-25 07:43:06 -07:00
Add config parameter for ini file
This commit is contained in:
@@ -47,6 +47,7 @@ var (
|
|||||||
remotesStr = flagset.String("remotes", "", "Outgoing SMTP servers")
|
remotesStr = flagset.String("remotes", "", "Outgoing SMTP servers")
|
||||||
|
|
||||||
// additional flags
|
// additional flags
|
||||||
|
_ = flagset.String("config", "", "Path to config file (ini format)")
|
||||||
versionInfo = flagset.Bool("version", false, "Show version information")
|
versionInfo = flagset.Bool("version", false, "Show version information")
|
||||||
|
|
||||||
// internal
|
// internal
|
||||||
|
|||||||
Reference in New Issue
Block a user