Commit Graph

4440 Commits (6ee6eea1fb87f7bb74ab68a2fd3d7b49f92569fa)
 

Author SHA1 Message Date
DL6ER 6ee6eea1fb
Use pkill instead of the somewhat fragile combination of kill + pidof. This solves some issues especially when there are many TCP workers floating around.
4 years ago
Adam Warner 643d2c0f3e
add missing port number validation section to valid_ip6
4 years ago
Adam Warner 533e5dddd0
clarify examples in case of unsupported OS
4 years ago
Adam Warner f50cff54de
*innocent whistling*
4 years ago
Adam Warner acfb092e4b
fix minor bug in 5.1
4 years ago
Dan Schaper e4b2d29552
Merge pull request #3548 from pi-hole/tweak/supportedos.txt
4 years ago
Adam Warner b4ca13b3ad
add one
4 years ago
Adam Warner b9b7d5f8eb
Merge pull request #3547 from pi-hole/fix/debug20.04
4 years ago
Adam Warner 849139176e
fallback to NC if curl fails on uploadgit checkout
4 years ago
Adam Warner ae0d1de188
Merge pull request #3545 from pi-hole/tweak/debugoutput
4 years ago
Adam Warner b8bba7951f
Just one more newline, give it to me.
4 years ago
Adam Warner 76ce5ec66b
Add additional information about local debug log location
4 years ago
Adam Warner 7b41b99549
Merge pull request #2887 from tlk/fix/reenable
4 years ago
DL6ER 0cc999ea1f
Merge pull request #3543 from pi-hole/tweak/readme
4 years ago
Dan Schaper a99eac9d10
Update README.md
4 years ago
Adam Warner 6ff0926f4a
Merge pull request #3532 from pi-hole/XhmikosR-patch-1
4 years ago
XhmikosR d8822b70cf Fix minor typo
4 years ago
Adam Warner f50d59fe94
Merge pull request #3425 from XhmikosR/lighttpd
4 years ago
XhmikosR cf1c1e2e7e Tweak lighttpd configs
4 years ago
Adam Warner f5a5f68a1a
Merge pull request #3403 from XhmikosR/XhmikosR-patch-1
4 years ago
Dan Schaper 56e0549c7a
Merge pull request #3420 from XhmikosR/XhmikosR-patch-4
4 years ago
Adam Warner 49f099e382
Merge pull request #3510 from pi-hole/fix/ip_validation_setdns
4 years ago
Adam Warner 3205606fc3
Also validate IPV6 in the `setdns` function
4 years ago
Dan Schaper 3aaf9d89b3
Merge pull request #3260 from pi-hole/new/rev-server
4 years ago
DL6ER 2c3aa9ab00
Merge pull request #3491 from pi-hole/fix_ip_address_section
4 years ago
DL6ER bf392d7a60
Merge pull request #3489 from pi-hole/ip_validation
4 years ago
DL6ER 9bf0f2a161
Reduce handholding when trying to foresee the intentions of the user. The code does now preserve legacy behavior and users can open up the subnet manually if they like.
4 years ago
Adam Warner bbfbf67fcf
further simplify the function, per @dl6er's suggestion
4 years ago
Adam Warner fe30ce10d3
simpler regex suggested by @MichaIng
4 years ago
Dan Schaper 3136d239df
Merge pull request #3492 from pi-hole/fix/man-restartdns
4 years ago
DL6ER c9350fa76d
Improve man pihole restartdns section.
4 years ago
Adam Warner b96ce13085
Merge pull request #3490 from pi-hole/fix_os_check
4 years ago
Adam Warner 7ea6d7b92b
remove ; so IFS changes don't stick
4 years ago
Adam Warner 011fa8c6ea
fix sticklr complaint
4 years ago
Adam Warner 1ebf0785b6
move dnsutils/bind-utils to installed deps and only check OS is supported after installing installer deps
4 years ago
Adam Warner 0320d85028
Additionally source the install script in webpage.sh to validate IP entered on `pihole -a setdns`
4 years ago
Adam Warner 95f4c632f7
expand valid_ip to allow for custom ports
4 years ago
Dan Schaper 4b59287683
Merge pull request #3441 from pi-hole/new/os_check
4 years ago
Dan Schaper 5f9dac8d2b
Merge pull request #3434 from pi-hole/new/os_detect
4 years ago
Adam Warner 9844a3288f
Same change as 03a8cff
4 years ago
Adam Warner 03a8cff55e
read > mapfile as suggested by @dschaper
4 years ago
Dan Schaper c9dd3ee2e9
Merge pull request #3470 from pi-hole/fix/escape_where_should_be_none
4 years ago
XhmikosR 52cb389d94 Markdown tweaks
4 years ago
DL6ER 2b1bc6a46e
Replace possible "\#" by "#". This fixes AdminLTE#1427
4 years ago
DL6ER 6160eb6894
This regex is too complex for bash's own replacement. Add ignore for the shellcheck rule.
4 years ago
DL6ER 318ca75269
Merge branch 'development' into new/rev-server
4 years ago
Adam Warner 13a49b0753
Merge pull request #3466 from pi-hole/tweak/improve_unique_domains
4 years ago
Adam Warner 58724a38a9
Improve detection and display of supported/unsupported OS in debug script
4 years ago
Adam Warner 8fef35be0f
Update README.md
4 years ago
DL6ER 202ba055ea
Change UNIQUEness constraint from (domain) to (domain, type) in the domainlist table. This will allow duplicates which can be associated to different groups.
4 years ago