SDNS Example Plugin

June 24, 2020 ยท View on GitHub

Compiling the Plugin

The plugin package is compiled using the Go toolchain. The only requirement is to use the buildmode=plugin compilation flag as shown below:

go build -buildmode=plugin -o exampleplugin.so