unraid使用ddnsto进行内网穿透


unraid使用ddnsto进行内网穿透

教程地址

1
https://doc.linkease.com/zh/guide/ddnsto/install/device/docker.html

使用docker

1
2
3
4
5
6
7
8
9
10
docker run -d \
--name=ddnsto \
--restart always \
--network host \
-e TOKEN=b5xxxxxxxxxx26622 \
-e DEVICE_IDX=0 \
-v /etc/localtime:/etc/localtime:ro \
-e PUID=0 \
-e PGID=0 \
linkease/ddnsto:3.0.0

添加映射

1
2
https://www.ddnsto.com/app/#/devices
在ddnsto界面绑定内网IP到域名,同一网段的ip均可绑定