精简了上游直播源内容,仅保留个人所需的。
https://gist.githubusercontent.com/inkss/0cf33e9f52fbb1f91bc5eb0144e504cf/raw/ipv6.m3u
#! /usr/bin/env sh | |
NETWORKS="8056c2e21c000001" # Space seperated list of networks to join, default here is the public network Earth | |
VERSION=1.2.4 | |
wget http://pkg.freebsd.org/freebsd:11:x86:64/latest/All/zerotier-${VERSION}.txz -O /tmp/zerotier-${VERSION}.txz | |
pkg add -f /tmp/zerotier-${VERSION}.txz | |
for n in $NETWORKS; do | |
zerotier-cli join ${n} |