diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/torrc.relay.erb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/torrc.relay.erb b/templates/torrc.relay.erb index 85320d3..74a7c61 100644 --- a/templates/torrc.relay.erb +++ b/templates/torrc.relay.erb @@ -13,6 +13,9 @@ Nickname <%= nickname %> <%- if address != '' then -%> Address <%= address %> <%- end -%> +<%- if portforwarding != '0' then -%> +PortForwarding <%= portforwarding %> +<%- end -%> <%- if bandwidth_rate != '' then -%> BandwidthRate <%= bandwidth_rate %> KB <%- end -%> @@ -41,4 +44,3 @@ MyFamily <%= my_family %> <%- if bridge_relay != '0' then -%> BridgeRelay <%= bridge_relay %> <%- end -%> - |