Commit 53a26324 authored by nanahira's avatar nanahira

fix

parent b9135729
...@@ -15,8 +15,8 @@ local-port-readwrite 33123 ...@@ -15,8 +15,8 @@ local-port-readwrite 33123
{% for subnet in routeLists.mycard %} {% for subnet in routeLists.mycard %}
in {{subnet}} allow in {{subnet}} allow
in deny
{% endfor %} {% endfor %}
in deny
{% for connection in connections %} {% for connection in connections %}
{% if connection.protocol != "null" and not (connection.protocol == "oc" and connection.ocType == "server") and connection.remoteLocalAddress != address %} {% if connection.protocol != "null" and not (connection.protocol == "oc" and connection.ocType == "server") and connection.remoteLocalAddress != address %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment