From c7ecf22c681078ac71db4dd4d4cc2ffd8ee9128f Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 17 Oct 2020 13:14:10 +0200 Subject: [PATCH] PORT_MAP: add powerdns --- PORT_MAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PORT_MAP.md b/PORT_MAP.md index 2f46810..9f3d235 100644 --- a/PORT_MAP.md +++ b/PORT_MAP.md @@ -15,7 +15,7 @@ Rule of thumb: keep ports below 10000 free for stuff that reserves ports. | ----------- | -------------------- | ----- | | 22 | | sshd | | 25 | | postfix postscreen | -| 53 | | unbound | +| 53 | powerdns | dns server | | 80 | nginx | http | | 113 | | oidentd | | 143 | | dovecot imap | @@ -48,5 +48,5 @@ Rule of thumb: keep ports below 10000 free for stuff that reserves ports. ## UDP | Port | bundle | usage | | ----------- | -------------------- | ----- | -| 53 | | unbound | +| 53 | powerdns | dns server | | 15000-15100 | voc-loudness-monitor | ffmpeg processes outputting rtp streams |