From 8355834930a8e86bd04ec337fafb39f3d0852426 Mon Sep 17 00:00:00 2001 From: gently Date: Sat, 21 Dec 2019 22:33:02 +0800 Subject: [PATCH] update URL --- tools/research-addr.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/research-addr.php b/tools/research-addr.php index 3789a86f..f170bccd 100644 --- a/tools/research-addr.php +++ b/tools/research-addr.php @@ -49,9 +49,9 @@ $src_fp = fopen(SRC_FILE, 'r'); $basic_fp = fopen(DIST_DIR . '/anti-ad-dnsmasq-basic.conf', 'w'); $full_fp = fopen(DIST_DIR . '/anti-ad-dnsmasq-full.conf', 'w'); $write_len = fwrite($basic_fp, '#TIME=' . date('YmdHis') . "\n"); -$write_len += fwrite($basic_fp, '#URL=https://github.com/gentlyxu/anti-AD' . "\n"); +$write_len += fwrite($basic_fp, '#URL=https://github.com/privacy-protection-tools/anti-AD' . "\n"); $write_len = fwrite($full_fp, '#TIME=' . date('YmdHis') . "\n"); -$write_len += fwrite($full_fp, '#URL=https://github.com/gentlyxu/anti-AD' . "\n"); +$write_len += fwrite($full_fp, '#URL=https://github.com/privacy-protection-tools/anti-AD' . "\n"); while(!feof($src_fp)){ $row = fgets($src_fp, 512);