diff options
author | irregulator <irregulator@riseup.net> | 2014-05-20 23:20:58 +0300 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-07-01 16:05:40 -0700 |
commit | 54fcafe131c411a49e4277cd0d14c6ea20044203 (patch) | |
tree | 9c1dfd9a8d789415d12190922646646486b40f42 /provider_base/services/obfsproxy.json | |
parent | 82dbbf823d6637082f63e55ed1d2f57a11e0d481 (diff) |
Initial commit for obfsproxy server feature in platform
Diffstat (limited to 'provider_base/services/obfsproxy.json')
-rw-r--r-- | provider_base/services/obfsproxy.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/provider_base/services/obfsproxy.json b/provider_base/services/obfsproxy.json new file mode 100644 index 00000000..954ae868 --- /dev/null +++ b/provider_base/services/obfsproxy.json @@ -0,0 +1,10 @@ +{ + "obfsproxy": { + "scramblesuit": { + "password": "= base32_secret :scramblesuit_password", + //"port" : "= rand(11..5555)" + "port" : "= obfs_port :scramblesuit_port, 18000..32000" + }, + "gateway_address": "= nodes[:services => 'openvpn'].field('openvpn.gateway_address')[0]" + } +} |