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:
2025-10-10 10:11:23 +01:00
parent fb3174f91f
commit 9baf63915c

View File

@@ -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