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
- Host: GitHub
- URL: https://github.com/bodgit/natpmpd
- Owner: bodgit
- Created: 2013-11-13T15:28:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-18T20:54:25.000Z (over 11 years ago)
- Last Synced: 2025-03-29T21:51:07.424Z (11 months ago)
- Language: C
- Homepage: http://bodgitandscarper.co.uk/natpmpd/
- Size: 293 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README
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.