- Notifications
You must be signed in to change notification settings - Fork13.3k
Add DNS forwarder to DNSServer#7237
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
39 commits Select commitHold shift + click to select a range
407e481 Added DNS forwarder support.
mhightower830e33d6e Added example to use DNS forwarder
mhightower8363f8958 Cleanup for CI
mhightower83aa430d0 Fixed insert error
mhightower83a101809 Add/updated comments. Remove commented code.
mhightower833fc1be2 Merge branch 'master' into pr-dns-forwarder
mhightower83ad62a7f Added missing include for unsupported build environment
mhightower83ee97777 Updated HTML to limit/remove screen flash when using show password.
mhightower8316d02f6 Merge branch 'master' into pr-dns-forwarder
mhightower836755a5b Reserved space in String page. Re-adjusted size of chuncks.
mhightower837453544 Merge branch 'master' into pr-dns-forwarder
mhightower8310f6311 Added logic to handle dividing large PROGMEM strings into smaller chunks
mhightower8396eacc3 Merge branch 'master' into pr-dns-forwarder
mhightower831b67f96 Merge branch 'pr-dns-forwarder' of github.com:mhightower83/Arduino in…
mhightower83eb1f508 Merge branch 'master' into pr-dns-forwarder
mhightower8388d1abf Merge branch 'master' into pr-dns-forwarder
mhightower835370ba3 Merge branch 'pr-dns-forwarder' of github.com:mhightower83/Arduino in…
mhightower83f9371b3 Corrected case statement in getPhyModeChar().
mhightower8333aed64 Merge branch 'master' into pr-dns-forwarder
mhightower830613216 Fixed errors.
mhightower831ef128c typo
mhightower83696c865 Merge branch 'master' into pr-dns-forwarder
mhightower8322769c5 Merge branch 'master' into pr-dns-forwarder
mhightower83ff5d79a Merge branch 'master' into pr-dns-forwarder
mhightower83e09e6e8 Merge branch 'master' into pr-dns-forwarder
mhightower83ab0472e Merge branch 'master' into pr-dns-forwarder
mhightower8364a8191 Merge branch 'master' into pr-dns-forwarder
mhightower837178c2e Merge branch 'master' into pr-dns-forwarder
mhightower83f605f12 Merge branch 'master' into pr-dns-forwarder
mhightower83aa138b5 Merge branch 'master' into pr-dns-forwarder
mhightower83682d08d Merge branch 'master' into pr-dns-forwarder
mhightower833681092 Merge branch 'master' into pr-dns-forwarder
mhightower835a69137 Merge branch 'master' into pr-dns-forwarder
mhightower836d95e41 Added inline to constexpr
mhightower8332fe7e1 Updates
mhightower83dda4e04 Update libraries/DNSServer/examples/NAPTCaptivePortal/NAPTCaptivePort…
mhightower838afa9ca Update libraries/DNSServer/examples/NAPTCaptivePortal/NAPTCaptivePort…
mhightower831da9785 Merge branch 'master' into pr-dns-forwarder
mhightower83ea3e971 style
mhightower83File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Added logic to handle dividing large PROGMEM strings into smaller chunks
to avoid large allocations to buffer the send.
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit10f631198d6f2859802aff2563263e8943e8e4ef
There are no files selected for viewing
18 changes: 2 additions & 16 deletionslibraries/DNSServer/examples/NAPTCaptivePortal/WifiHttp.h
This file contains hidden or 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
57 changes: 37 additions & 20 deletionslibraries/DNSServer/examples/NAPTCaptivePortal/handleHttp.ino
This file contains hidden or 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
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.