Skip to content

主要存储Headscale和Derp服务器一键搭建脚本

Notifications You must be signed in to change notification settings

quark-bar/headscale_install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

使用说明

本脚本适用于 国内安装,因此需要提前下载好对应的文件

使用前需要提前下载以下三个文件:

go下载
headscale下载 注意:请下载稳定版v0.22.3,目前测试新版安装后容易掉线
headscale-ui下载
文件下载好之后,上传到服务器的/root目录下

下载好文件并上传到/root目录之后,执行以下命令

1、安装git

sudo apt install git -y

2、下载一键脚本并把脚本放到/root目录下

git clone https://github.com/slobys/headscale.git && sudo mv headscale/* /root/

3、一键搭建Derp服务器需要用以下命令

chmod +x tailscale.sh && ./tailscale.sh

4、一键搭建Headscale和Headscale-ui需要用以下命令

chmod +x headscale.sh && ./headscale.sh

About

主要存储Headscale和Derp服务器一键搭建脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%