mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
remove dns udp expose for qhoneypots (mini edition)
This commit is contained in:
parent
95626fb2cc
commit
134f2934e9
2 changed files with 2 additions and 2 deletions
|
@ -226,8 +226,8 @@ services:
|
||||||
- "22:22"
|
- "22:22"
|
||||||
- "23:23"
|
- "23:23"
|
||||||
- "25:25"
|
- "25:25"
|
||||||
|
- "53:53"
|
||||||
- "67:67/udp"
|
- "67:67/udp"
|
||||||
- "53:53/udp"
|
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "110:110"
|
- "110:110"
|
||||||
- "123:123"
|
- "123:123"
|
||||||
|
|
|
@ -572,7 +572,7 @@ services:
|
||||||
- "22:22"
|
- "22:22"
|
||||||
- "23:23"
|
- "23:23"
|
||||||
- "25:25"
|
- "25:25"
|
||||||
- "53:53/udp"
|
- "53:53"
|
||||||
- "67:67/udp"
|
- "67:67/udp"
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "110:110"
|
- "110:110"
|
||||||
|
|
Loading…
Reference in a new issue