An open API service indexing awesome lists of open source software.

https://github.com/bodgit/natpmpd

NAT-PMP & PCP daemon for OpenBSD/pf
https://github.com/bodgit/natpmpd

Last synced: 10 months ago
JSON representation

NAT-PMP & PCP daemon for OpenBSD/pf

Awesome Lists containing this project

README

          

Remember to add a _natpmpd user & group. Something like:

# groupadd -g 99 _natpmpd
# useradd -c "NAT-PMP Daemon" -d /var/empty -g 99 -s /sbin/nologin -u 99 \
_natpmpd

Obviously pick a gid & uid that doesn't clash.