Update README to include capability setup instructions
- Added instructions for setting the `cap_net_bind_service` capability to allow binding to ports 80 and 443 after compilation.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
= reverse
|
||||
|
||||
simple reverse proxy with letsencrypt, nostr nip-05 and go vanity redirects
|
||||
simple reverse proxy with letsencrypt, nostr nip-05 and go vanity redirects
|
||||
|
||||
after compiling, you need to set the cap_net_bind_service capability to allow it to bind to 80 and 443
|
||||
|
||||
setcap 'cap_net_bind_service=+ep' /path/to/reverse
|
||||
Reference in New Issue
Block a user