Commit 237b65f3 authored by nanahira's avatar nanahira

rev

parent 7671826b
...@@ -14,9 +14,9 @@ reflect-kernel-metric true ...@@ -14,9 +14,9 @@ reflect-kernel-metric true
local-port-readwrite 33123 local-port-readwrite 33123
{% for subnet in routeLists.whitelisted %} {% for subnet in routeLists.whitelisted %}
in {{subnet}} allow #in {{subnet}} allow
{% endfor %} {% endfor %}
in deny #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