Daemon to balance UDP DNS requests over DNS servers.
TBD.
Linux kernelv4.5+ (withSO_REUSEPORTandEPOLLEXCLUSIVEsupport, tested with v4.13)gcc(tested with v7.2.0),clang(tested with v5.0.0) oricc(tested with v18.0.0)pkg-config(tested with v0.29.2)cmake(tested with v3.9.5)ninja(tested with v1.8.2) ormake(tested with v4.2.1)LDNS(tested with v1.7.0)libunwind(tested with v1.2.1)libini_config(tested with v1.3.0)libtcmalloc_minimal(optional, tested with v2.5)libatomic_ops(optional, required if only compiler does not support atomics, tested with v7.4.6)
Create build folder, chdir to it, then run
cmake -G Ninja ..
or
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug ..
to build app with debug info. Then just type cmake --build ..
TBD.
TBD.
TBD.
Distributed under terms and conditions of GNU GPL v3 (only).
Developers:
- Oleksandr Natalenko <[email protected]>