someodd / bore

Build (and serve) gopherholes
gopher://gopher.someodd.zip/
GNU General Public License v3.0
1 stars 0 forks source link

run as privileged ports #6

Open someodd opened 2 weeks ago

someodd commented 2 weeks ago

Add this to post-install.sh:

sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/bore

Some may even see it as a bug that it can't run on port 70.

I should look into why I shouldn't do the above command.