Commit Graph

263 Commits (master)

Author SHA1 Message Date
DL6ER 3f7413d538
Add "-ni" to all sqlite3 invocations
5 months ago
Adam Warner 71357ecae7
adminlte->web
7 months ago
Adam Warner 11679a5188
@MrDuck2742 dropped a `]` on the floor without me seeing. I picked it up and put it back again
12 months ago
Adam Warner 82b60b09d4
Fix issue with Adding Local DNS Records does not add to /etc/pihole/custom.list when using grep 3.10 (#5269)
12 months ago
MrDuck2742 b8c3f6d999
Adding Local DNS Records does not add to /etc/pihole/custom.list
1 year ago
Christian König e6ae2e98cc
Don't source the install script in webpage.sh
1 year ago
yubiuser 01bf9ca42a
Prevent CNAME loop (#4988)
2 years ago
Christian König c8c6533440
Add small explanation.
2 years ago
Christian König 128a3ab1be
Go POSIX
2 years ago
Christian König df3e9e5f51
Disable shellcheck as it suggests a bashism
2 years ago
Christian König c322458dcb
Escape dots in local DNS records/CNAMES before removing them
2 years ago
Christian König 21be1bd58e
Prevent CNAME loop
2 years ago
Adam Warner b7b5ffa8dd
remove old code per review from @yubiuser and @dschaper
2 years ago
Adam Warner 34b66002e9
`leasetime` (local) should have an `h` after it to signify 24h lease, else it will be read as two minutes (minimum integer value)
2 years ago
Christian König 8c4a9aa6e3
Remove the email function
2 years ago
Christian König 0a8761ee68
Rename PH_TEST to SKIP_INSTALL
2 years ago
Adam Warner 0be987239e
Adds spellcheck action to the smoke-tests (also moves editorconfig-checker to smoketests away from it's own action)
2 years ago
Dan Schaper 67f5f16f84
Merge branch 'development' into fix-ipv6
2 years ago
Christian König 300c7b1518
Do not hardcode webroot dir for teleporter
2 years ago
Omoeba f7c800863e
Remove DHCPv6, use leasetime from interface (#4507)
2 years ago
Adam Warner c9e76c978e
Update advanced/Scripts/webpage.sh
2 years ago
Adam Warner 23e6fa1ec5
Replace wrapper function calls with direct utils.sh calls. Leave warpper functions until next release as docker currently uses them, and new changes to utils.sh need to be in the `master` branch before docker can use them
2 years ago
Adam Warner 86dd612882
remove `readonly` directive from declaration of `utilsfile`, it is unnecassery
2 years ago
Adam Warner 4d31d5ee11
Address review comments
2 years ago
Adam Warner 7fa8cdd03e
Address:
2 years ago
Adam Warner 48138d32b6
Adjust addOrEditKeyValPair to optionally take two or three arguments (adjust test to suit)
2 years ago
DL6ER 91b4233d3a
Add backend option to set rate-limit from the dashboard
2 years ago
Adam Warner 08999bf315
Use case insensitive deletion when removing custom CNAME/DNS records in case of manual entries with mixed case having been added
2 years ago
Adam Warner 2bd670a3dd
Merge pull request #4582 from lschloetterer/patch-1
2 years ago
Lukas Schlötterer 2a0bb5b9ee Create second entry for teleporter and adjust spacing
2 years ago
Lukas Schlötterer 881d92632c
add hint for custom teleporter filename to help function
2 years ago
DL6ER 8cbffa179d
Replace remaining sqlite3 calls by calls to our embedded pihole-FTL sqlite3 engine and remove sqlite3 as dependency in the installer.
2 years ago
Lukas Schlötterer bad6d8a59e
add parameter to set filename for teleporter
2 years ago
Omoeba 5b84cd0a61
Fix IPv6 support when Pi-hole is a router
2 years ago
DL6ER c0f454ddfa
Add new interface listening option "bind" (#4476)
2 years ago
jbzdarkid bc8150adfa Clean up bash script formatting
3 years ago
Christian König e733553295
Remove unused code from webpage.sh
3 years ago
Christian König 596689b4c9
Validate host/domain of Local DNS records as well
3 years ago
Christian König a872fabe7d Validate on removal as well
3 years ago
Christian König bc21a7155d Add option to not reload
3 years ago
Christian König b7bba6a689 Validate when adding not when removing
3 years ago
DL6ER d0e8b0c962
Forward unqualified names to the CF target only when the "Never forward non-FQDN" option is NOT ticked
3 years ago
DL6ER 06fd8123c3
Also remove "rev-server" lines when rewriting 01-pihole.conf
3 years ago
DL6ER c2f3477a82
Ensure conditional forwarding will forward unqualified host names if we have no local answer for them.
3 years ago
Kenneth Chew 092e533a30
Add `-t` option to Admin Console help dialog
3 years ago
DL6ER a0d74d1e9d
Canary domain handling is now happening in FTL where we have much finer control over it.
3 years ago
Adam Warner a1d85155fd
Merge pull request #4178 from pi-hole/fix/custom_dns_removal
3 years ago
Dan Schaper 01764cc581
Explicity declare values for the RA packet.
3 years ago
DL6ER a9e761ec13
Add missing sed anchors when deleting lines.
3 years ago
Adam Warner 45d4ab4c22
Add some validation to passed arguments before running the values through `sed`
3 years ago