Skip to content

Commit

Permalink
[Autosave][Dead-Hosts::iOSAdblockList-hosts_git_BlackJack8]
Browse files Browse the repository at this point in the history
sU9mNEWn4FuyuHW-NkCHcwOE
  • Loading branch information
dead-hostsbot committed Oct 30, 2022
1 parent f1e1b5f commit b800a0f
Show file tree
Hide file tree
Showing 20 changed files with 55,901 additions and 225,902 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
GIT_EMAIL: "${{ secrets.GIT_BOT_EMAIL }}"
PYFUNCEBLE_CONFIG_DIR: "${{ github.workspace }}/.pyfunceble"
GITHUB_TOKEN: "${{ secrets.BOT_REPO_PAT }}"
PYFUNCEBLE_COLLECTION_API_TOKEN: "${{ secrets.COLLECTION_API_TOKEN }}"

jobs:
single:
Expand All @@ -20,24 +21,25 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.9.1"
- "3.11"
os:
- ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
name: Clone repository
with:
token: "${{ secrets.BOT_REPO_PAT }}"

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}

- name: Install dependencies
run: |
pip install dead-hosts-launcher
pip install --upgrade PyFunceble-dev
- name: Get PyFunceble version
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scheduler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Authorization Checker
on:
schedule:
- cron: "0 */4 * * *"
- cron: "0 5 * * *"

env:
PYFUNCEBLE_AUTO_CONFIGURATION: "YES"
Expand All @@ -19,12 +19,12 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.9.1"
- "3.11"
os:
- ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
name: Clone repository
with:
token: "${{ secrets.BOT_REPO_PAT }}"
Expand Down
Empty file.
156 changes: 156 additions & 0 deletions .pyfunceble/.PyFunceble.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
cli_decoding:
adblock: false
adblock_aggressive: false
rpz: false
wildcard: false
cli_testing:
autocontinue: true
chancy_tester: true
ci:
active: true
branch: master
command: hash dead_hosts_launcher && dead_hosts_launcher --save
commit_message: '[Autosave][Dead-Hosts::iOSAdblockList-hosts_git_BlackJack8]'
distribution_branch: master
end_command: hash dead_hosts_launcher && dead_hosts_launcher --end
end_commit_message: '[Final/Result][Dead-Hosts::iOSAdblockList-hosts_git_BlackJack8]
| cc @BlackJack8 | '
max_exec_minutes: 20
cidr_expand: false
complements: false
cooldown_time: 0.2
days_between:
db_clean: 28
db_retest: 1
db_type: csv
display_mode:
all: true
colour: true
dots: true
execution_time: true
less: false
percentage: true
quiet: false
simple: false
status: all
file_filter: null
file_generation:
analytic: true
hosts: false
merge_output_dirs: false
no_file: false
plain: true
unified_results: false
hosts_ip: 0.0.0.0
inactive_db: true
local_network: false
max_workers: 5
mining: false
preload_file: false
sorting_mode:
hierarchical: false
standard: true
testing_mode:
availability: true
reputation: false
syntax: false
whois_db: true
collection:
preferred_status_origin: recommended
push: true
url_base: https://collection.dead-hosts.funilrys.com
debug:
active: false
level: info
dns:
delay: 0.0
follow_server_order: true
protocol: UDP
server:
- 8.8.8.8
- 8.8.4.4
trust_server: false
http_codes:
list:
potentially_down:
- 400
- 402
- 404
- 409
- 410
- 412
- 414
- 415
- 416
- 451
potentially_up:
- 0
- 300
- 301
- 302
- 303
- 304
- 305
- 307
- 308
- 403
- 405
- 406
- 407
- 408
- 411
- 413
- 417
- 418
- 421
- 422
- 423
- 424
- 426
- 428
- 431
- 500
- 501
- 502
- 503
- 504
- 505
- 506
- 507
- 508
- 510
- 511
up:
- 100
- 101
- 102
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 226
- 429
self_managed: false
links:
api_date_format: https://pyfunceble.funilrys.com/api/date-format
api_no_referrer: https://pyfunceble.funilrys.com/api/no-referrer
lookup:
collection: true
dns: true
http_status_code: true
netinfo: true
reputation: false
special: true
timeout: 5
whois: true
share_logs: false
user_agent:
browser: chrome
custom: null
platform: linux
verify_ssl_certificate: false
14 changes: 14 additions & 0 deletions .pyfunceble/.pyfunceble_intern_downtime.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"iana": {
"iso": "2022-10-30T16:15:50.800829",
"timestamp": 1667146550.800829
},
"psl": {
"iso": "2022-10-30T16:15:51.032289",
"timestamp": 1667146551.032289
},
"user_agents": {
"iso": "2022-10-30T16:15:50.853040",
"timestamp": 1667146550.85304
}
}
Loading

0 comments on commit b800a0f

Please sign in to comment.