1
0
Fork
You've already forked dumdumd
0
forked from DNS-OARC/dumdumd
High performance UDP/TCP/DoT/DoH DNS "server" that... just drops/reflects everything you send to it
  • C 92.1%
  • Makefile 2.8%
  • M4 2.3%
  • Dockerfile 1.6%
  • Shell 1.2%
2026年06月24日 15:15:14 +02:00
.forgejo/workflows actions 2026年03月22日 10:53:55 +01:00
m4 Impl 2017年02月22日 16:36:16 +01:00
src SSL sessions/tickets 2026年06月24日 15:11:54 +02:00
.clang-format DoH random goaway 2021年08月03日 16:31:14 +02:00
.gitignore Add dumdohd to .gitignore 2023年10月17日 16:39:55 +02:00
autogen.sh Release 1.4.0 2024年08月15日 10:22:37 +02:00
CHANGES Release 1.4.0 2024年08月15日 10:22:37 +02:00
configure.ac Migrate to Codeberg 2025年09月02日 15:59:56 +02:00
Dockerfile Track the latest LTS version of Ubuntu in the Dockerfile 2025年09月17日 10:50:58 +02:00
fmt.sh DoH random goaway 2021年08月03日 16:31:14 +02:00
LICENSE Initial commit 2017年02月22日 14:37:45 +00:00
Makefile.am Release 1.4.0 2024年08月15日 10:22:37 +02:00
README.md Release 1.4.0 2024年08月15日 10:22:37 +02:00

dumdumd

High performance UDP/TCP server that... just drops/reflects everything you send to it

Requirements

dumdumd requires a couple of libraries beside a normal C compiling environment with autoconf, automake, libtool and pkgconfig.

  • libev-dev || libuv1-dev
  • libssl-dev
  • libevent-dev
  • libnghttp2-dev

Build

sh autogen.sh
./configure
make

Usage

src/dumdumd -h

Docker usage

docker build -t dumdumd .
docker run -ti --init --network=host dumdumd -h

Optional parameter --network=host disables Docker networking. This improves performance when testing over physical network interfaces.

Optional parameters -ti --init make terminal work as you would expect, namely SIGINT from Control+C gets propagated to dumdumd.

Author(s)

Jerry Lundström jerry@dns-oarc.net

Copyright (c) 2017-2024 OARC, Inc.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.