summaryrefslogtreecommitdiff
path: root/puppet/modules/obfsproxy/templates/etc_conf.erb
blob: d9938e1a1ac877da01be63b273741dae2f148727 (plain)
1
2
3
4
5
6
7
8
9
10
11
TRANSPORT=<%= @transport %>
PORT=<%= @port %>
DEST_IP=<%= @dest_ip %>
DEST_PORT=<%= @dest_port %>
<% if @transport == "scramblesuit" %>
PARAM=--password=<%= @param %>
<% else %>
PARAM=<%= @param %>
<% end %>
LOG=<%= @log_level %>