-
-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AAAA_QUERY_ANALYSIS #78
Merged
Merged
Conversation
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
Pi-hole FTL v2.7.1
FTL v2.7.2
FTL v2.7.3
FTL v2.7.4
DL6ER
requested changes
Jun 13, 2017
README.md
Outdated
@@ -101,8 +101,8 @@ Possible settings (the first one is the default setting): | |||
|
|||
- `SOCKET_LISTENING=localonly|all` (listen only for local connections or permit all connections) | |||
- `TIMEFRAME=rolling24h|yesterday|today` (rolling data window, up to 48h (today + yesterday), or up to 24h (only today, as in Pi-hole `v2.x` )) | |||
- `QUERY_DISPLAY=yes|no` (hide queries altogether) | |||
- `analyze_AAAA=yes|no` (do we want `FTL` to analyze AAAA queries from pihole.log?) | |||
- `QUERY_DISPLAY=yes|no` (Hide queries altogether? Default: `no`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Default is actually "Yes", as in: Yes, display queries
Master - Fix wrong config key for AAAA_QUERY_ANALYSIS
DL6ER
approved these changes
Jun 13, 2017
Conflicts: README.md
3 tasks
DL6ER
pushed a commit
that referenced
this pull request
Oct 14, 2019
FTL Database History Integration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
By submitting this pull request, I confirm the following (please check boxes, eg [X]) Failure to fill the template will close your PR:
Please submit all pull requests against the
development
branch. Failure to do so will delay or deny your requestHow familiar are you with the codebase?:
8
Update README.md with correct argument name.
This template was created based on the work of
udemy-dl
.