V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  info521  ›  全部回复第 2 页 / 共 5 页
回复总数  96
1  2  3  4  5  
如何启用 DERP 客户端限制
https://github.com/tailscale/tailscale/issues/3024

derper --help
-verify-clients
verify clients to this DERP server through a local tailscaled instance.
转载:

https://blog.laisky.com/p/tailscale/ 四、安装、部署

关于备案信息,tls,letsencrypt 解释
1.16 版本开始,可以自定义 DERP 端口

当前版本是 1.16 。现在有用户使用自定义 DERP 端口

https://github.com/tailscale/tailscale/issues/1264


搜索关键词

DERP
This is a Tailscale DERP server.

可找到公开的 DERP 中继服务器;
转载:

https://mangoroom.cn/tools/tailscale-custom-derper-servers.html

节点为腾讯云广州节点,带宽有限,请勿滥用,如果想支持本节点可双击下方点赞或者请芒果喝一杯奶茶

// Example/default ACLs for unrestricted connections.
{
// Declare static groups of users beyond those in the identity service.
"Groups": {
"group:example": [ "[email protected]", "[email protected]" ],
},
// Declare convenient hostname aliases to use in place of IP addresses.
"Hosts": {
"example-host-1": "100.100.100.100",
},
"ACLs": [
// Match absolutely everything. Comment out this section if you want
// to define specific ACL restrictions.
{ "Action": "accept", "Users": ["*"], "Ports": ["*:*"] },
],
"derpMap": {
"Regions": { "900": {
"RegionID": 900,
"RegionCode": "mangoderp",
"Nodes": [{
"Name": "1",
"RegionID": 900,
//本节点由 mangoroom.cn 提供,请勿滥用。详情访问 https://mangoroom.cn/tools/tailscale-custom-derper-servers.html
"HostName":"tailscalederper.mangoroom.cn",
}]
}}
}
}
@mangohaoming 能否把步骤分享下,我配置了,一直没成功;
derper: command not found
go version

sudo vim /etc/profile
export GOROOT=/usr/lib/go-1.16
export GOPATH=/root/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOROOT/bin
export PATH=$PATH:$GOPATH/bin

添加完成按 Esc 键,然后输入:wq 再按回车保存退出,然后执行以下命令,使配置生效。
source /etc/profile
@Sekai 找到原因了,环境变量没设置好
derper -c=$HOME/derper.conf -a xxx.xxx.xxx:998 --stun 执行这一步时候,提示命令不存在,
$HOME 是缺省目录,是必须 root 目录吗?
他这个可以共享给别人使用的,只要知道你的域名和端口
$HOME 这个写死的吗,还是不同系统不通目录的?
2021-07-27 13:02:40 +08:00
回复了 Sekai 创建的主题 宽带症候群 如何让 tailscale 在登录前启动?(win)
@Sekai 主要是部署那个软件,go 二进制执行不会,其他看懂了
2021-07-27 13:01:27 +08:00
回复了 Sekai 创建的主题 宽带症候群 如何让 tailscale 在登录前启动?(win)
@sidkang 是有些,但有改善,你搜索 issue,有处理这个问题
2021-07-26 17:49:19 +08:00
回复了 Sekai 创建的主题 宽带症候群 如何让 tailscale 在登录前启动?(win)
2021-07-26 17:48:43 +08:00
回复了 Sekai 创建的主题 宽带症候群 如何让 tailscale 在登录前启动?(win)
@Sekai 那个中继服务器你会建立吗,
2021-07-26 17:48:09 +08:00
回复了 Sekai 创建的主题 宽带症候群 如何让 tailscale 在登录前启动?(win)
@sbilly 可以的,非常好的
2021-07-26 17:15:37 +08:00
回复了 neighbads 创建的主题 宽带症候群 Tailscale 自建中继服务器避坑分享
有具体步骤吗?
2021-07-26 17:14:56 +08:00
回复了 neighbads 创建的主题 宽带症候群 Tailscale 自建中继服务器避坑分享
@mrzhiin 如何自己建立?
1  2  3  4  5  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1017 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 23:37 · PVG 07:37 · LAX 16:37 · JFK 19:37
Developed with CodeLauncher
♥ Do have faith in what you're doing.