-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend dns config with a local/remote filter (#2600)
* Config updated * wip * Implemented DNS selector in the layer * DnsConfig verification * Updated docs, schema, configuration.md * Fixed docs, updated config printout task * Changelog * format * fixed docs * Fixed selector logic * Fix docs again * Added filters to top-level config doc * schema udpated * configuration.md updated * Fixed error message * Updated DNS doc to mention limited support * Fixed example in doc * Improve error variant * Fix filter parsing * Update query matching in DnsSelector * Fixed parsing * Added verification for outgoing filters as well * Fixed matching in outgoing selector
- Loading branch information
Showing
18 changed files
with
1,025 additions
and
467 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Fixed a bug where enabling remote DNS prevented making a local connection with telnet. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Extended `feature.network.dns` config with an optional local/remote filter, following `feature.network.outgoing` pattern. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.