diff --git a/README.adoc b/README.adoc index 41a6bd9..8532afd 100644 --- a/README.adoc +++ b/README.adoc @@ -1,3 +1,7 @@ = reverse -simple reverse proxy with letsencrypt, nostr nip-05 and go vanity redirects \ No newline at end of file +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 \ No newline at end of file