Commit Graph
17 Commits
Author SHA1 Message Date
Franco Fichtner 5032208e80 net/zerotier: set as unmaintained for #4746 2025-12-01 11:15:29 +01:00
MonviechandGitHub 104ff3a683 net/zerotier: Fix column width (#4838)
* net/zerotier: Fix column width

* net/zerotier: Bump revision
2025-07-26 19:01:52 +02:00
Franco Fichtner 4f9e030899 net/zerotier: spoofmac is not supported here
PR: https://forum.opnsense.org/index.php?topic=42798.0
2024-09-14 13:16:04 +02:00
Franco Fichtner f67b03e0fb net/zerotier: register device from plugin 2022-08-29 09:56:28 +02:00
Franco Fichtner a9d1b8b741 net: revision bumps 2021-02-22 15:22:40 +01:00
MichaelandAd Schellevis 8b1ebbbcfb menu: reorder WireGuard and ZeroTier (#916) 2018-10-15 10:17:54 +02:00
Franco Fichtner dc2ca325c4 net/zerotier: bump revision after fix 2018-10-10 08:54:05 +02:00
Franco Fichtner 9ed2f7af0c net/zerotier: minor updates 2018-06-06 18:11:58 +02:00
David HarriganandFranco Fichtner 9f4e88a0c1 Preserve the '/var/db/zerotier-one' directory on reboot
fixes: #363
2018-01-30 12:22:25 +01:00
David HarriganandFranco Fichtner 5060f5c95c net/zerotier: Add Basic API Functionality (#320)
This commit brings basic API functionality to the Zerotier plugin. It allows
the user to retrieve "Global" Zerotier information, peers that are talking
with this node and details on configured (and enabled) networks.

This version of the plugin provides a space for the Zerotier API key to be
input and saved, but it is not used for Basic API functionality. The
zerotier-cli client is used directly to query for global, peers and network
information.

If the API functionality is extended to allow for creating and modifying
Zerotier information from this plugin, then the API key will be required at
that point. It is introduced here for the sake of convenience for later down
the line.

Various other small changes include general code cleanups, renaming of some UI
facing labels and improved layout design.

-=david=-

Fixes: #260
2017-10-13 21:10:43 +02:00
David HarriganandFranco Fichtner 32e478ff45 net/zerotier: allow for local.conf settings
According to the Zerotier documentation:

https://www.zerotier.com/manual.shtml#4_2 - Local Configuration Options

Zerotier will honour specific settings contained within a local.conf file in
the Zerotier home directory. Having the ability to write out this file will
allow for flexibility for users to fine-tune their Zerotier installation
according to their specific needs.

Fixes #284

-=david=-
2017-09-25 15:53:08 +02:00
David HarriganandFranco Fichtner 3fdca054d0 bugfix/247 Improve Zerotier Start/Stop Behaviour
https://github.com/opnsense/plugins/issues/247

This commit improves upon the way that Zerotier starts and stops and how
networks are added/removed and activated/deactivated. There is now a "Global"
tab on the Zerotier page that enables or disables the service which is
honoured between reboots. Additionally, the service needs to be active in
order for networks to be added and removed. If the service is not active, then
the tab "Networks" will be disabled and the user will not be able to
add/remove or activate/deactivate Zerotier networks.

This should fix the observed problems raised in the issue.

The "Global" tab will be extended later to include further information and
actions, especially when Zerotier API usage is developed.

-=david=-
2017-09-11 11:24:39 +02:00
Franco Fichtner a217fc9499 net/zerotier: release version 1.0 with 17.7.1
Approved by: @dharrigan
2017-08-02 18:58:36 +02:00
Franco Fichtner 09c5ad3728 net/zerotier: annotate debug version 2017-07-30 18:54:25 +02:00
David HarriganandFranco Fichtner 22bf5111e3 net/zerotier: Update tag line and bump version. 2017-07-28 23:43:47 +02:00
Franco Fichtner 5ecb49382b net/zerotier: add to README and bump version after changes 2017-07-28 22:04:40 +02:00
David HarriganandFranco Fichtner 72a71eba03 Zerotier Plugin (#211)
* Introduce Zerotier
* Add in services configuration.
* Add in Save callback to restart Zerotier Service
* Ensure interface is removed when deleting network.
2017-07-28 21:20:20 +02:00