mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
Add hello hostname to config
This commit is contained in:
parent
393f896616
commit
d2b67277e3
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ var (
|
||||||
SmtpPort int
|
SmtpPort int
|
||||||
SmtpUsername string
|
SmtpUsername string
|
||||||
SmtpPassword string
|
SmtpPassword string
|
||||||
|
HelloHostName string
|
||||||
SmtpNoTLSCheck bool
|
SmtpNoTLSCheck bool
|
||||||
SmtpEncryption string
|
SmtpEncryption string
|
||||||
SmtpAuthType string
|
SmtpAuthType string
|
||||||
|
|
Loading…
Add table
Reference in a new issue