summaryrefslogtreecommitdiff
path: root/puppet/modules/obfsproxy/templates/etc_conf.erb
blob: 10f6a7f7794ec6db3f908183ee8726409b6d71c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 %>