summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--provider_base/services/obfsproxy.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/provider_base/services/obfsproxy.json b/provider_base/services/obfsproxy.json
index 954ae868..792a4183 100644
--- a/provider_base/services/obfsproxy.json
+++ b/provider_base/services/obfsproxy.json
@@ -2,8 +2,7 @@
"obfsproxy": {
"scramblesuit": {
"password": "= base32_secret :scramblesuit_password",
- //"port" : "= rand(11..5555)"
- "port" : "= obfs_port :scramblesuit_port, 18000..32000"
+ "port" : "= rand_range :scramblesuit_port, 18000..32000"
},
"gateway_address": "= nodes[:services => 'openvpn'].field('openvpn.gateway_address')[0]"
}