diff options
Diffstat (limited to 'templates/torrc.map_address.erb')
-rw-r--r-- | templates/torrc.map_address.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/torrc.map_address.erb b/templates/torrc.map_address.erb index 3fb0274..ef4f268 100644 --- a/templates/torrc.map_address.erb +++ b/templates/torrc.map_address.erb @@ -1,3 +1,3 @@ -# map address <%= name %> -MapAddress <%= address %> <%= newaddress %> +# map address <%= @name %> +MapAddress <%= @address %> <%= @newaddress %> |