Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChanceM/pfSense-pkg-zerotier
pfSense package to support zerotier.
https://github.com/ChanceM/pfSense-pkg-zerotier
Last synced: 8 days ago
JSON representation
pfSense package to support zerotier.
- Host: GitHub
- URL: https://github.com/ChanceM/pfSense-pkg-zerotier
- Owner: ChanceM
- Created: 2018-03-22T03:30:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T20:16:38.000Z (about 2 years ago)
- Last Synced: 2024-08-02T15:30:31.667Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 107
- Watchers: 24
- Forks: 48
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pfSense-pkg-zerotier
pfSense package to support zerotier.## Pre-reqs
1. FreeBSD 12.2 Workstation with pkg, git, and gmake## Build
1. `git clone https://github.com/pfsense/FreeBSD-ports.git`
2. add `ALLOW_UNSUPPORTED_SYSTEM=YES` to /etc/make.conf
3. Copy these files to FreeBSD-ports/net/pfSense-pkg-zerotier
4. Run `make clean ; make package`
5. scp work/pkg/pfSense-pkg-zerotier-0.00.1.txz to pfsense## Install
1. Run `pkg add http://pkg.freebsd.org/freebsd:12:x86:64/latest/All/zerotier-1.8.6.txz`
2. Run `pkg add pfsense-pkg-zerotier-0.00.1.txz`## ToDo
- [ ] Re-write controller functionality to match API changes
- [ ] Interface creation