summaryrefslogtreecommitdiff
path: root/puppet/modules/obfsproxy/templates/etc_conf.erb
blob: 3313b3268fe5197ab91d35c03ca15904f83f574d (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=info