services.frpClient: stcp allow all users

This commit is contained in:
陈浩南 2023-12-27 15:11:15 +08:00
parent f5e82ee889
commit 5b30aebfae

View File

@ -113,6 +113,7 @@ inputs:
type = "stcp";
transport.useCompression = true;
secretKey = inputs.config.sops.placeholder."frp/stcp/${stcp.name}";
allowUsers = [ "*" ];
inherit (stcp.value) localIp localPort;
})
(attrsToList frpClient.stcp));