Skip to content

Instantly share code, notes, and snippets.

@Mophee-ds
Mophee-ds / #readme.md
Created December 25, 2024 15:15 — forked from inkss/#readme.md
IPV6 直播源

个人向直播源

精简了上游直播源内容,仅保留个人所需的。

一、订阅地址

TVM3U

https://gist.githubusercontent.com/inkss/0cf33e9f52fbb1f91bc5eb0144e504cf/raw/ipv6.m3u
@Mophee-ds
Mophee-ds / add_zerotier.sh
Created February 23, 2020 16:25 — forked from solarmicrobe/add_zerotier.sh
Add zerotier to FreeNAS
#! /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}