Skip to content

Commit

Permalink
0025
Browse files Browse the repository at this point in the history
  • Loading branch information
nobug committed Dec 24, 2023
1 parent fe14718 commit ca07bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs-s6-rc/etc/s6-overlay/s6-rc.d/10-frps/run
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/command/with-contenv bash
# shellcheck shell=bash
echo "10-FRP_SUBDOMAIN_HOST: ${FRP_SUBDOMAIN_HOST}"
# 如果 frps 配置了 subdomain_host ,则frpc中想自定义custom_domains 中不能是属于 subdomain_host 的子域名或者泛域名。
exec /usr/bin/frps \
--bind_port="7000" \
--subdomain_host="${FRP_SUBDOMAIN_HOST}" \
Expand Down

0 comments on commit ca07bbc

Please sign in to comment.