From 979458fa7958442a7c4a2f5305d900b7fc346c20 Mon Sep 17 00:00:00 2001 From: Sinspired <63581268+sinspired@users.noreply.github.com> Date: Sat, 7 Dec 2024 16:01:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20update=5Fhosts.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_hosts.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_hosts.yml b/.github/workflows/update_hosts.yml index feed912..10c473d 100644 --- a/.github/workflows/update_hosts.yml +++ b/.github/workflows/update_hosts.yml @@ -71,10 +71,13 @@ jobs: run: | python -m pip install pip sudo pip install -r requirements.txt - pip install requests httpx + - name: Test FetchDNS run: | python fetch_dns.py + - name: test DOH + run: | + pip install requests httpx dnspython python test_doh.py - name: Run hosts update script1