Skip to content

Commit

Permalink
feat: add support for new DNS config settings (#82)
Browse files Browse the repository at this point in the history
Add support for new DNS config settings:

- fallback DNS
- protection enabled switch
- rate limits per subnet
- rate limit whitelist
- blocked response TTL
- EDNS client subnet custom IP address
- blocked services schedule
  • Loading branch information
gmichels authored Dec 17, 2023
1 parent 1b1c7da commit 3c5df92
Show file tree
Hide file tree
Showing 15 changed files with 1,102 additions and 246 deletions.
11 changes: 8 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"go.testFlags": ["-v", "-tags=all", "-args", "-test.v"],
"go.testFlags": [
"-v",
"-tags=all",
"-args",
"-test.v"
],
"go.testEnvVars": {
"TF_ACC": "1"
},
"go.testEnvFile": "${workspaceFolder}/.env",
"[go]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
},
"gopls": {
Expand All @@ -19,4 +24,4 @@
"completeUnimported": true, // autocomplete unimported packages
"deepCompletion": true // enable deep completion
},
}
}
Loading

0 comments on commit 3c5df92

Please sign in to comment.