From 4786c014586558c9c51e74d1964d3bc17a9edcab Mon Sep 17 00:00:00 2001 From: lvxiangcong Date: Fri, 12 Apr 2024 10:43:13 +0800 Subject: [PATCH] add coredns.yaml --- coredns.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 coredns.yaml diff --git a/coredns.yaml b/coredns.yaml new file mode 100644 index 0000000..2d4bfc0 --- /dev/null +++ b/coredns.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: coredns/coredns +tag_prefix: "^v" +seperator: "." \ No newline at end of file -- Gitee