-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
Pi-hole FTL v6.0.3 #2296
Open
DL6ER
wants to merge
70
commits into
master
Choose a base branch
from
development
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Pi-hole FTL v6.0.3 #2296
+541
−235
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
Signed-off-by: Rob Gill <[email protected]>
…NOT listen on lo (because there may be another webserver, etc.), the pihole CLI command may be unable to communicate with the API due to the hard-coded path "localhost". Change this to use the special "pi.hole" host name where interface-dependent replying is already implemented Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Sync master back into development
Signed-off-by: Ben Sherman <[email protected]>
Do not try to migrate setupVars.conf if it does not exist.
Fix CLI command for non-local API configuration
Signed-off-by: DL6ER <[email protected]>
… to ease debugging Signed-off-by: DL6ER <[email protected]>
…on by external signals, etc. Signed-off-by: DL6ER <[email protected]>
Clarify the role of dns.domain outside of the DHCP context
Reduce log level for web requests
Improve secure randomness generation
…itable by users via the new config option webserver.headers Signed-off-by: DL6ER <[email protected]>
…heck for this during config parsing. Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Fix typo in dns.showDNSSEC text description
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Allow tabs in dns.hosts
Signed-off-by: DL6ER <[email protected]>
Also make <domain> optional in the setupVars.conf migration process
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
…d dhcp.hosts when importing from a v5 Teleporter file having the corresponding files Signed-off-by: DL6ER <[email protected]>
Rate-limit internal NTP server
Prevent duplicated entries on successive v5 Teleporter importing
…fig/env.c Signed-off-by: Iain Henderson <[email protected]>
…g., via Teleporter or during migration) Signed-off-by: DL6ER <[email protected]>
…nment Update config/env.c to accept conventional environment variables in a…
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
…ore than specified in webserver.api.maxHistory Signed-off-by: DL6ER <[email protected]>
We should not send any content for HTTP codes 1xx, 204 and 304
Fix DHCP_LEASETIME migration
…ive) Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Print values of env vars if they are invalid
Fix webserver.api.maxHistory usage in API
Signed-off-by: DL6ER <[email protected]>
…xHistory. The graph would stay mostly empty (until it fills naturally over time), otherweise Signed-off-by: DL6ER <[email protected]>
Signed-off-by: Rob Gill <[email protected]>
Fix typo in dns option descriptions
Follow-up on #2275
Signed-off-by: DL6ER <[email protected]>
Signed-off-by: tsutsu3 <[email protected]>
Signed-off-by: DL6ER <[email protected]>
Restart FTL on change of webserver.threads
Fix off-by-one in wildcard SAN checking
Fix status codes and response messages for PUT in API docs
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.
What does this implement/fix?
It's time for another release, we have accumulated quite a few fixes and improvements:
Ready for review + merge but could also wait:
Related issue or feature (if applicable): N/A
Pull request in docs with documentation (if applicable): N/A
By submitting this pull request, I confirm the following:
git rebase
)Checklist:
developmental
branch.