Update template pi-hole-detect.yaml to detect new versions
parent
ff31fa7882
commit
498f357706
|
@ -12,6 +12,9 @@ http:
|
|||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/admin/index.php"
|
||||
- "{{BaseURL}}/admin/login.php"
|
||||
- "{{BaseURL}}/admin/index.php?login"
|
||||
- "{{BaseURL}}/index.php?login"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
@ -25,4 +28,14 @@ http:
|
|||
- "Web Interface"
|
||||
- "FTL"
|
||||
part: body
|
||||
condition: and
|
||||
condition: or
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- '<title>Pi-hole - '
|
||||
- 'Pi-hole: Your black hole for Internet advertisements'
|
||||
- 'Pi-hole: A black hole for Internet advertisements'
|
||||
- 'https://pi-hole.net'
|
||||
- '<pre>sudo pihole -a -p</pre>'
|
||||
part: body
|
||||
condition: or
|
||||
|
|
Loading…
Reference in New Issue