-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Closed
Labels
FrozenDueToAgeProposalProposal-CryptoProposal related to crypto packages or other security issuesProposal related to crypto packages or other security issues
Milestone
Description
It is mandatory to be reachable on port 443 from the public internet for autocert to work but it is completely fine to run a service on a different port internally and use e. g. NAT on a router to fulfill this requirement.
Additionally there are setups where I don't want to listen on all my local IP addresses.
This can be implemented through a new function ListenerCustomAddress(address) that works like Listener() but accepts a custom address.
PR: golang/crypto#69
Gerrit: https://go-review.googlesource.com/c/crypto/+/155744
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeProposalProposal-CryptoProposal related to crypto packages or other security issuesProposal related to crypto packages or other security issues