mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 16:59:22 +02:00
proxy: fix missing port
This commit is contained in:
parent
09744f6adb
commit
35ee3247d7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue