fix another deprecation warning
This commit is contained in:
parent
12814b8e9d
commit
b1db2cacbe
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
Address = <%= scope.lookupvar("::ipaddress_#{tinc_interface.gsub('.','_')}") %>
|
Address = <%= scope.lookupvar("::ipaddress_#{@tinc_interface.gsub('.','_')}") %>
|
||||||
Port = <%= @port %>
|
Port = <%= @port %>
|
||||||
Compression = <%= @compression %> # 0=no,11=best lzo
|
Compression = <%= @compression %> # 0=no,11=best lzo
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue