use better compression by default
This commit is contained in:
parent
a4d1497763
commit
6ee3c97960
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ define tinc::vpn_net(
|
||||||
$tinc_internal_ip = 'absent',
|
$tinc_internal_ip = 'absent',
|
||||||
$tinc_bridge_interface = 'absent',
|
$tinc_bridge_interface = 'absent',
|
||||||
$port = '655',
|
$port = '655',
|
||||||
$compression = '9',
|
$compression = '10',
|
||||||
$manage_shorewall = false,
|
$manage_shorewall = false,
|
||||||
$shorewall_zone = 'absent'
|
$shorewall_zone = 'absent'
|
||||||
){
|
){
|
||||||
|
|
Loading…
Reference in a new issue