diff options
author | elijah <elijah@riseup.net> | 2015-10-05 09:47:51 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-10-05 09:47:51 -0700 |
commit | da12768b873e17af261f7fd69aec7d86255fa6e5 (patch) | |
tree | 7d581e6598d4920daec96d32017bd4db66a402ed /provider_base/common.json | |
parent | afddd1bfb3cd8d68bdc699c983fdcd54561c44bd (diff) | |
parent | 9352ce45a7950ff1175d3a7e5412fc9006691799 (diff) |
Merge branch 'feature/firewall' into develop
Diffstat (limited to 'provider_base/common.json')
-rw-r--r-- | provider_base/common.json | 8 |
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" |