summaryrefslogtreecommitdiff
path: root/provider_base/common.json
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-10-05 09:47:51 -0700
committerelijah <elijah@riseup.net>2015-10-05 09:47:51 -0700
commitda12768b873e17af261f7fd69aec7d86255fa6e5 (patch)
tree7d581e6598d4920daec96d32017bd4db66a402ed /provider_base/common.json
parentafddd1bfb3cd8d68bdc699c983fdcd54561c44bd (diff)
parent9352ce45a7950ff1175d3a7e5412fc9006691799 (diff)
Merge branch 'feature/firewall' into develop
Diffstat (limited to 'provider_base/common.json')
-rw-r--r--provider_base/common.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/provider_base/common.json b/provider_base/common.json
index e968dd27..9cc7875a 100644
--- a/provider_base/common.json
+++ b/provider_base/common.json
@@ -50,6 +50,14 @@
"clients": {},
"servers": {}
},
+ "firewall": {
+ "ssh": {
+ "from": "sysadmin",
+ "to": "= ip_address",
+ "port": "= ssh.port"
+ },
+ "stunnel": "=> stunnel_firewall"
+ },
"platform": {
"version": "= Leap::Platform.version.to_s",
"major_version": "= Leap::Platform.major_version"