From 46989e5b8caebe5c9dfc61657912df1afe7383e7 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Sat, 13 Jun 2020 13:10:06 +0800 Subject: [PATCH] add yaml file --- iptables.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 iptables.yaml diff --git a/iptables.yaml b/iptables.yaml new file mode 100644 index 0000000..bda693d --- /dev/null +++ b/iptables.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: git://git.netfilter.org/iptables.git +tag_prefix: iptables- +seperator: . -- Gitee