dgg

Results 6 issues of dgg

the tailscale version is update to 1.16.1 the pkg version 1.10 in repo is too old.

逻辑是这样: 3台服务器,使用Wireguard互联 公司内部服务器作为客户端--->socks5--->家里 公司内部服务器--->xtls--->外网vps 路由是这样: 访问192.168.100.0/24 走socks5连家里服务器 访问FQ站点走vps 其他国内站点直连 routing设置 ```jsonc { "routing": { "domainStrategy": "IPIfNonMatch", "rules": [ { "type": "field", "outboundTag": "server100",//server100是家里的服务器 "ip":["192.168.100.0/24"] }, { "type": "field", "outboundTag": "server100",//server100是家里的服务器...

**希望添加的功能** 比如direct_list.txt文件, 下载地址:https://cdn.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/direct-list.txt 可以设定定时下载更新,更新完之后重新载入

证书若是通过acme自动获取自动延期的话,vs服务端是否会自动重载证书?

### 描述问题 / Describe the bug 运行 ``` ET_CONFIG_SERVER=udp://127.0.0.1:22020/admin ./easytier-core ``` ``` ./easytier-web-embed --file-log-level debug ``` 日志: ``` 2025-05-26T10:06:38.430458+08:00 DEBUG call:call:query_one{self=SqlxSqlitePoolConnection stmt=Statement { sql: "SELECT \"users\".\"id\", \"users\".\"username\", \"users\".\"password\" FROM \"users\"...