From ffa12b2ad477e2dd9c3670cd6bfad3b3290b2dff Mon Sep 17 00:00:00 2001 From: okxlin Date: Mon, 26 Jun 2023 00:27:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B7=BB=E5=8A=A0mosdns=E5=88=B0=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/mosdns/5.1.3/.env.sample | 5 +++++ apps/mosdns/{data.yml.bak => data.yml} | 0 apps/mosdns/latest/.env.sample | 5 +++++ 3 files changed, 10 insertions(+) create mode 100644 apps/mosdns/5.1.3/.env.sample rename apps/mosdns/{data.yml.bak => data.yml} (100%) create mode 100644 apps/mosdns/latest/.env.sample diff --git a/apps/mosdns/5.1.3/.env.sample b/apps/mosdns/5.1.3/.env.sample new file mode 100644 index 00000000..a2399c30 --- /dev/null +++ b/apps/mosdns/5.1.3/.env.sample @@ -0,0 +1,5 @@ +CONTAINER_NAME="mosdns" +PANEL_APP_PORT_HTTP="40028" +API_PORT="40029" +DATA_PATH="./data" + diff --git a/apps/mosdns/data.yml.bak b/apps/mosdns/data.yml similarity index 100% rename from apps/mosdns/data.yml.bak rename to apps/mosdns/data.yml diff --git a/apps/mosdns/latest/.env.sample b/apps/mosdns/latest/.env.sample new file mode 100644 index 00000000..a2399c30 --- /dev/null +++ b/apps/mosdns/latest/.env.sample @@ -0,0 +1,5 @@ +CONTAINER_NAME="mosdns" +PANEL_APP_PORT_HTTP="40028" +API_PORT="40029" +DATA_PATH="./data" +