mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Store the userName value again
This commit is contained in:
parent
4dc756be4d
commit
09baa3c40b
1 changed files with 2 additions and 0 deletions
|
@ -240,6 +240,8 @@ func ConfigLoad(proxy *Proxy, svcFlag *string) error {
|
|||
proxy.logMaxAge = config.LogMaxAge
|
||||
proxy.logMaxBackups = config.LogMaxBackups
|
||||
|
||||
proxy.userName = config.UserName
|
||||
|
||||
proxy.child = *child
|
||||
proxy.xTransport = NewXTransport()
|
||||
proxy.xTransport.tlsDisableSessionTickets = config.TLSDisableSessionTickets
|
||||
|
|
Loading…
Add table
Reference in a new issue