From e23861d0be7430ccaa4f5f80cbdd4d842777b053 Mon Sep 17 00:00:00 2001 From: okxlin Date: Thu, 31 Aug 2023 00:23:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=AD=A3mosdns=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/mosdns/{latest => }/static-latest/.env.sample | 0 apps/mosdns/{latest => }/static-latest/data.yml | 0 apps/mosdns/{latest => }/static-latest/data/CN-ip-cidr.txt | 0 apps/mosdns/{latest => }/static-latest/data/apple-cn.txt | 0 apps/mosdns/{latest => }/static-latest/data/config.yaml | 0 apps/mosdns/{latest => }/static-latest/data/direct-list.txt | 0 apps/mosdns/{latest => }/static-latest/data/force-cn.txt | 0 apps/mosdns/{latest => }/static-latest/data/force-nocn.txt | 0 apps/mosdns/{latest => }/static-latest/data/gfw.txt | 0 apps/mosdns/{latest => }/static-latest/data/google-cn.txt | 0 apps/mosdns/{latest => }/static-latest/data/hosts | 0 apps/mosdns/{latest => }/static-latest/data/proxy-list.txt | 0 apps/mosdns/{latest => }/static-latest/data/reject-list.txt | 0 apps/mosdns/{latest => }/static-latest/data/update.sh | 0 apps/mosdns/{latest => }/static-latest/docker-compose.yml | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename apps/mosdns/{latest => }/static-latest/.env.sample (100%) rename apps/mosdns/{latest => }/static-latest/data.yml (100%) rename apps/mosdns/{latest => }/static-latest/data/CN-ip-cidr.txt (100%) rename apps/mosdns/{latest => }/static-latest/data/apple-cn.txt (100%) rename apps/mosdns/{latest => }/static-latest/data/config.yaml (100%) rename apps/mosdns/{latest => }/static-latest/data/direct-list.txt (100%) rename apps/mosdns/{latest => }/static-latest/data/force-cn.txt (100%) rename apps/mosdns/{latest => }/static-latest/data/force-nocn.txt (100%) rename apps/mosdns/{latest => }/static-latest/data/gfw.txt (100%) rename apps/mosdns/{latest => }/static-latest/data/google-cn.txt (100%) rename apps/mosdns/{latest => }/static-latest/data/hosts (100%) rename apps/mosdns/{latest => }/static-latest/data/proxy-list.txt (100%) rename apps/mosdns/{latest => }/static-latest/data/reject-list.txt (100%) rename apps/mosdns/{latest => }/static-latest/data/update.sh (100%) rename apps/mosdns/{latest => }/static-latest/docker-compose.yml (100%) diff --git a/apps/mosdns/latest/static-latest/.env.sample b/apps/mosdns/static-latest/.env.sample similarity index 100% rename from apps/mosdns/latest/static-latest/.env.sample rename to apps/mosdns/static-latest/.env.sample diff --git a/apps/mosdns/latest/static-latest/data.yml b/apps/mosdns/static-latest/data.yml similarity index 100% rename from apps/mosdns/latest/static-latest/data.yml rename to apps/mosdns/static-latest/data.yml diff --git a/apps/mosdns/latest/static-latest/data/CN-ip-cidr.txt b/apps/mosdns/static-latest/data/CN-ip-cidr.txt similarity index 100% rename from apps/mosdns/latest/static-latest/data/CN-ip-cidr.txt rename to apps/mosdns/static-latest/data/CN-ip-cidr.txt diff --git a/apps/mosdns/latest/static-latest/data/apple-cn.txt b/apps/mosdns/static-latest/data/apple-cn.txt similarity index 100% rename from apps/mosdns/latest/static-latest/data/apple-cn.txt rename to apps/mosdns/static-latest/data/apple-cn.txt diff --git a/apps/mosdns/latest/static-latest/data/config.yaml b/apps/mosdns/static-latest/data/config.yaml similarity index 100% rename from apps/mosdns/latest/static-latest/data/config.yaml rename to apps/mosdns/static-latest/data/config.yaml diff --git a/apps/mosdns/latest/static-latest/data/direct-list.txt b/apps/mosdns/static-latest/data/direct-list.txt similarity index 100% rename from apps/mosdns/latest/static-latest/data/direct-list.txt rename to apps/mosdns/static-latest/data/direct-list.txt diff --git a/apps/mosdns/latest/static-latest/data/force-cn.txt b/apps/mosdns/static-latest/data/force-cn.txt similarity index 100% rename from apps/mosdns/latest/static-latest/data/force-cn.txt rename to apps/mosdns/static-latest/data/force-cn.txt diff --git a/apps/mosdns/latest/static-latest/data/force-nocn.txt b/apps/mosdns/static-latest/data/force-nocn.txt similarity index 100% rename from apps/mosdns/latest/static-latest/data/force-nocn.txt rename to apps/mosdns/static-latest/data/force-nocn.txt diff --git a/apps/mosdns/latest/static-latest/data/gfw.txt b/apps/mosdns/static-latest/data/gfw.txt similarity index 100% rename from apps/mosdns/latest/static-latest/data/gfw.txt rename to apps/mosdns/static-latest/data/gfw.txt diff --git a/apps/mosdns/latest/static-latest/data/google-cn.txt b/apps/mosdns/static-latest/data/google-cn.txt similarity index 100% rename from apps/mosdns/latest/static-latest/data/google-cn.txt rename to apps/mosdns/static-latest/data/google-cn.txt diff --git a/apps/mosdns/latest/static-latest/data/hosts b/apps/mosdns/static-latest/data/hosts similarity index 100% rename from apps/mosdns/latest/static-latest/data/hosts rename to apps/mosdns/static-latest/data/hosts diff --git a/apps/mosdns/latest/static-latest/data/proxy-list.txt b/apps/mosdns/static-latest/data/proxy-list.txt similarity index 100% rename from apps/mosdns/latest/static-latest/data/proxy-list.txt rename to apps/mosdns/static-latest/data/proxy-list.txt diff --git a/apps/mosdns/latest/static-latest/data/reject-list.txt b/apps/mosdns/static-latest/data/reject-list.txt similarity index 100% rename from apps/mosdns/latest/static-latest/data/reject-list.txt rename to apps/mosdns/static-latest/data/reject-list.txt diff --git a/apps/mosdns/latest/static-latest/data/update.sh b/apps/mosdns/static-latest/data/update.sh similarity index 100% rename from apps/mosdns/latest/static-latest/data/update.sh rename to apps/mosdns/static-latest/data/update.sh diff --git a/apps/mosdns/latest/static-latest/docker-compose.yml b/apps/mosdns/static-latest/docker-compose.yml similarity index 100% rename from apps/mosdns/latest/static-latest/docker-compose.yml rename to apps/mosdns/static-latest/docker-compose.yml