blob: 954ae86800c76cd064877c806028da1ccefdf291 (
plain)
1
2
3
4
5
6
7
8
9
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]"
}
}
|