remove dns udp expose for qhoneypots (mini edition)

This commit is contained in:
t3chn0m4g3 2025-02-12 16:00:46 +01:00
parent 95626fb2cc
commit 134f2934e9
2 changed files with 2 additions and 2 deletions

View file

@ -226,8 +226,8 @@ services:
- "22:22"
- "23:23"
- "25:25"
- "53:53"
- "67:67/udp"
- "53:53/udp"
- "80:80"
- "110:110"
- "123:123"

View file

@ -572,7 +572,7 @@ services:
- "22:22"
- "23:23"
- "25:25"
- "53:53/udp"
- "53:53"
- "67:67/udp"
- "80:80"
- "110:110"