summaryrefslogtreecommitdiff
path: root/provider_base/services/obfsproxy.json
blob: 792a4183eb85ad2bbd0586fb38848dc099c8aadb (plain)
1
2
3
4
5
6
7
8
9
{
  "obfsproxy": {
    "scramblesuit": {
      "password": "= base32_secret :scramblesuit_password",
      "port" : "= rand_range :scramblesuit_port, 18000..32000"
    },
    "gateway_address": "= nodes[:services => 'openvpn'].field('openvpn.gateway_address')[0]"
  }
}