add network

This commit is contained in:
ace
2021-10-27 00:34:13 +03:00
commit 3ef3e332ab
14 changed files with 248 additions and 0 deletions

3
templates/rule.j2 Normal file
View File

@ -0,0 +1,3 @@
{% for rule in item.rule %}
{{ rule }}
{% endfor %}