pfSense package to support zerotier.
- FreeBSD 12.2 Workstation with pkg, git, and gmake
git clone https://github.com/pfsense/FreeBSD-ports.git
- add
ALLOW_UNSUPPORTED_SYSTEM=YES
to /etc/make.conf - Copy these files to FreeBSD-ports/net/pfSense-pkg-zerotier
- Run
make clean ; make package
- scp work/pkg/pfSense-pkg-zerotier-0.00.1.txz to pfsense
- Run
pkg add http://pkg.freebsd.org/freebsd:12:x86:64/latest/All/zerotier-1.8.6.txz
- Run
pkg add pfsense-pkg-zerotier-0.00.1.txz
- Re-write controller functionality to match API changes
- Interface creation