[2022-06-22] All-new script engine
 Introducing dcompass v0.2.0. With the new script engine, you can now access every bit, every record, and every se

GitHub - compassd/dcompass: [WIP] A high-performance programmable DNS component aiming at robustness, speed, and flexibility

submited by
Style Pass
2022-06-22 08:30:06

[2022-06-22] All-new script engine Introducing dcompass v0.2.0. With the new script engine, you can now access every bit, every record, and every section of every DNS message. Program dcompass into whatever you want!

[2021-9-16] Expression Engine and breaking changes dcompass is now equipped with an expression engine which let you easily and freely compose logical expressions with existing matchers. This enables us to greatly improve config readablity and versatility. However, all existing config files involving if rule block are no longer working. Please see examples to migrate.

[2021-07-28] 2x faster and breaking changes We adopted a brand new bare metal DNS library domain which allows us to manipulate DNS messages without much allocation. This adoption significantly improves the memory footprint and throughput of dcompass. Due to this major refactorization, DoT/TCP/zone protocol are temporarily unavailable, however, UDP and DoH connections are now blazing fast. We will gradually put back those protocols.

Or you can simply run dcompass from the folder where your configuration file named config.yml resides. You can also validate your configuration

Leave a Comment