frps-panel icon indicating copy to clipboard operation
frps-panel copied to clipboard

增加 subdomain 前缀通配符和配额数量限制

Open jikunchong opened this issue 1 year ago • 6 comments

分配给某个用户固定的前缀子域名(比如,以“try-”开头),避免每次都要去单个维护。 比如:

#frps-tokens.toml
[tokens]
   [tokens.user1]
      user = "user1"
      token = "token1"
      comment = "user1 with token1"
      ports = [8080, "10000-10200"]
      domains = [""]
      subdomains = ["web01", "try-*"]
      enable = true

jikunchong avatar Sep 26 '23 12:09 jikunchong