summarylogtreecommitdiffstats
path: root/config.json
diff options
context:
space:
mode:
authorPeter Cai2016-07-05 14:17:39 +0800
committerPeter Cai2016-07-05 14:17:39 +0800
commit44d94ebe8c162ff08671b0d02a3c1f4054bea0a1 (patch)
tree814daa414ca5816dac2c210f7f52f3b59ec3fc13 /config.json
downloadaur-44d94ebe8c162ff08671b0d02a3c1f4054bea0a1.tar.gz
Initial commit
Signed-off-by: Peter Cai <peter@typeblog.net>
Diffstat (limited to 'config.json')
-rw-r--r--config.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.json b/config.json
new file mode 100644
index 000000000000..d0b57935fd5a
--- /dev/null
+++ b/config.json
@@ -0,0 +1,18 @@
+[
+ {
+ "from_protocol": "tcp",
+ "from_ip": "0.0.0.0",
+ "from_port": "3389",
+ "to_protocol": "tcp",
+ "to_ip": "10.0.0.1",
+ "to_port": "3389"
+ },
+ {
+ "from_protocol": "udp",
+ "from_ip": "0.0.0.0",
+ "from_port": "5353",
+ "to_protocol": "udp6",
+ "to_ip": "2001:4860:4860::8888",
+ "to_port": "53"
+ }
+]