example icon indicating copy to clipboard operation
example copied to clipboard

Example middleware for CoreDNS

Results 2 example issues
Sort by recently updated
recently updated
newest added

Example plugin does not print anything using provided Corefile .:1053 { example log forward . 8.8.8.8 } Sample output: CoreDNS-1.11.1 linux/amd64, go1.20.12, 945db2fa-dirty [INFO] 127.0.0.1:45207 - 6605 "A IN google.com....

Detailed test failure: ``` $ go test -v # _/tmp/example [_/tmp/example.test] ./example_test.go:33:44: undefined: example FAIL _/tmp/example [build failed] ``` After fix: ``` $ go test -v === RUN TestExample ---...