proxy: fix missing port

This commit is contained in:
Bobby DeSimone 2019-02-12 16:43:22 -08:00
parent 09744f6adb
commit 35ee3247d7
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E

View file

@ -210,6 +210,7 @@ func New(opts *Options) (*Proxy, error) {
InternalAddr: opts.AuthenticateInternalAddr,
OverideCertificateName: opts.OverideCertificateName,
SharedSecret: opts.SharedKey,
Port: opts.AuthenticatePort,
})
return p, nil
}