add --bind option and listen to both ipv4 and ipv6 by default

This commit is contained in:
Joey Hess 2024-07-23 15:19:56 -04:00
parent b7454f1eeb
commit b7149e897b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 21 additions and 2 deletions

View file

@ -48,6 +48,10 @@ convenient way to download the content of any key, by using the path
use a low port like port 80. It will not drop permissions when run as
root.
* `--bind=address`
What address to bind to. The default is to bind to all addresses.
* `--authenv`
Allows users to be authenticated with a username and password.