private_key_path: ../config/noise_private.key 矿神群晖SPK套件源内安装 矿神群晖SPK套件源 上线啦!支持DSM7.x 矿神群晖SPK套件源 提供各类国内常用的DSM6、DSM7套件,目前上架DSM7套件:Aria2、ffmpeg、Jellyfin、qBittorrent、Syncthing、Transmission等等,持续更新... 套件截图 参数设置UI界面 使用教程 2023.2.2...
# Headscale本地监听地址listen_addr:127.0.0.1:8080# 运行报告,位于/metrics目录,非必要metrics_listen_addr:127.0.0.1:9090# grpc接口,非必要grpc_listen_addr:127.0.0.1:50443# 允许grpc不安全grpc_allow_insecure:false## Headscale主服务TS2021Noise协议noise:# 密钥路径,请修改为实际值private_key_path:/home...
9090 grpc_listen_addr: 0.0.0.0:50443 noise: private_key_path: ./noise_private.key prefixes: v6: fd7a:115c:a1e0::/48 v4: 100.100.0.0/16 allocation: sequential derp: paths: - /etc/headscale/derp.yaml database: type: sqlite sqlite: path: /var/lib/headscale/db.sqlite write_ahead_log...
server_url:https://your.domain.comlisten_addr:0.0.0.0:443tls_letsencrypt_hostname:""tls_cert_path:"/path/to/cert"tls_key_path:"/path/to/key"如果你期望使用负载均衡器, 那么你的关键配置应该像这样:server_url:https://your.domain.comlisten_addr:0.0.0.0:8080tls_letsencrypt_hostname:""...
~/.acme.sh/acme.sh --installcert -d 你的域名 --key-file /root/private.key --fullchain-file /root/cert.crt 3、开源项目地址:【https://github.com/juanfont/headscale】 官方网站:【https://headscale.net/】 4、下载最新 Headscale 安装包,链接部分可到开源项目页面获取最新链接(.deb适用于 Ubuntu...
tls_letsencrypt_hostname:"" tls_cert_path:"/path/to/cert" tls_key_path:"/path/to/key" 如果你期望使用负载均衡器, 那么你的关键配置应该像这样: server_url: https://your.domain.com listen_addr: 0.0.0.0:8080 tls_letsencrypt_hostname:"" tls_cert_path:"" tls_key_path:"" 在使用负载均衡...
"private_key_path": "private.key", private_key_pathis the path to the Wireguard private key. If the path is relative, it will be interpreted as relative to the directory the configuration file was read from. "derp_map_path": "derp.yaml", ...
private_key_path: private.key ``` `private_key_path` is the path to the Wireguard private key. If the path is relative, it will be interpreted as relative to the directory the configuration file was read from. ```yaml derp_map_path: derp.yaml ``` `derp_map_path` is the path to...
Only enable if you know what you# are doing.grpc_allow_insecure:false# Private key used to encrypt the traffic between headscale# and Tailscale clients.# The private key file will be autogenerated if it's missing.#private_key_path:/var/lib/headscale/private.key# The Noise section includes...
# 使用自动签发证书是的域名tls_letsencrypt_hostname:""# 使用自定义证书时的证书路径tls_cert_path:""tls_key_path:""# 是否让客户端使用随机端口,默认使用41641/UDPrandomize_client_port:false 3.3、证书及反向代理 可能很多人和我一样, 希望使用 ACME 自动证书, 又不想占用 80/443 端口, 又想通过负载均...