summaryrefslogtreecommitdiff
path: root/puppet/modules/obfsproxy/templates/etc_conf.erb
blob: 8959ef78292b1a1fcb13b96dcfc7862e9591475d (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 %>
BINDADDR=<%= @bind_address %>