mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-14 18:28:16 +03:00
Implement HELLO_HOSTNAME runtime configuration variable
This commit is contained in:
parent
ca42b4aeab
commit
08024e2ad7
4 changed files with 10 additions and 3 deletions
|
@ -67,6 +67,7 @@ docker-compose up
|
|||
| `SMTP_PASSWORD` | The SMTP user password | N/A |
|
||||
| `SMTP_AUTH_TYPE` | The SMTP authentication type. Possible values: `PLAIN`, `LOGIN`, `NONE` | `NONE` |
|
||||
| `SMTP_ENCRYPTION` | the encryption method. Possible values: `NONE`, `SSL`, `SSLTLS`, `TLS`, `STARTTLS` | `STARTTLS` |
|
||||
| `HELLO_HOSTNAME` | Hostname to use for the hello message. smtp-relay.gmail.com needs this set to anything but `localhost` | `localhost` |
|
||||
|
||||
### Defaults for server configuration
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue