Changed to tunneldigger_mesh_vpn.enabled to boolean in check_site.lua

This commit is contained in:
CyrusFox 2015-10-10 11:08:46 +02:00
parent 217a5f17e3
commit 63c5772fc3

View File

@ -1,3 +1,3 @@
need_number('tunneldigger_mesh_vpn.mtu') need_number('tunneldigger_mesh_vpn.mtu')
need_number('tunneldigger_mesh_vpn.enabled', false) need_boolean('tunneldigger_mesh_vpn.enabled', false)
need_string_array('tunneldigger_mesh_vpn.brokers') need_string_array('tunneldigger_mesh_vpn.brokers')