Skip to content

Commit ec3e192

Browse files
committed
Add information about bind to UDP port 69 without root privileges
1 parent 67122ba commit ec3e192

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,7 @@ In this example:
8888
- Supported TFTP options:
8989
- timeout
9090
- blksize
91-
- tsize
91+
- tsize
92+
- The daemon is intended to run without root privileges. To allow RTFTP to bind to UDP port 69, one of following workarounds may be applied:
93+
- Add **CAP_NET_BIND_SERVICE** capability to RTFTP: `setcap 'cap_net_bind_service=+ep' /path/to/rtftp`
94+
- Start RTFTP via `authbind` with port 69 allowed for the RTFTP user: `touch /etc/authbind/byport/69 && chown <rtftp_user>:<rtftp_group> /etc/authbind/byport/69`

0 commit comments

Comments
 (0)