From 5586af8ff2df8d79bdec4c154c1433c0501fa168 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Wed, 25 Nov 2020 20:56:15 +0100 Subject: [PATCH] Add setcap hint to readme --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index ac8d511..e58176c 100644 --- a/README +++ b/README @@ -60,3 +60,7 @@ $ iptables -t nat -A PREROUTING -p udp --dport 53 -j REDIRECT --to-port 5353 If properly configured, this will allow you to run dnsseed in userspace, using the -p 5353 option. + +Another solution is allowing a binary to bind to ports < 1024 with setcap (IPv6 access-safe) + +$ setcap 'cap_net_bind_service=+ep' /path/to/dnsseed