Oubli d'un print
This commit is contained in:
parent
ce0f8721e4
commit
b73a417aa7
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ include("ip")
|
|||
|
||||
header("Configuration du tunnel entre %s et %s" % (hostname, remote))
|
||||
|
||||
print """
|
||||
_out("""
|
||||
daemon tun-%(remote_name)s
|
||||
dev tun-%(remote_name)s
|
||||
|
||||
|
@ -33,4 +33,4 @@ remote %(remote_pub_ip)s
|
|||
""" % { "remote_name": remote,
|
||||
"local_vpn_ip": admip(),
|
||||
"remote_vpn_ip": admipof(remote_vpn),
|
||||
"remote_pub_ip": pubipof(remote) }
|
||||
"remote_pub_ip": pubipof(remote) })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue