diff --git a/README.md b/README.md index c03d1188d..95d481ca1 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ net/quagga -- Quagga Routing Suite net/relayd -- Relayd Load Balancer net/upnp -- Universal Plug and Play Service net/wol -- Wake on LAN Service +net/zerotier -- Network virtualization everywhere net-mgmt/collectd -- Collect system and application performance metrics periodically net-mgmt/snmp -- SNMP Server via bsnmpd net-mgmt/zabbix-agent -- Enterprise-class open source distributed monitoring agent diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index 18ed4344e..733502c75 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= zerotier -PLUGIN_VERSION= 0.1.0 +PLUGIN_VERSION= 0.1.1 PLUGIN_COMMENT= Network virtualization everywhere PLUGIN_DEPENDS= zerotier PLUGIN_MAINTAINER= dharrigan@gmail.com