- Added instructions for setting the `cap_net_bind_service` capability to allow binding to ports 80 and 443 after compilation.
7 lines
246 B
Plaintext
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 |