Files
reverse/README.adoc
mleku 9baf63915c 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.
2025-10-10 10:11:23 +01:00

7 lines
246 B
Plaintext

= reverse
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