MyNixOS website logo
option

services.frp.settings

Frp configuration, for configuration options see the example of client or server on github.

Declarations
Type
TOML value
Default
{ }
Example
{
  serverAddr = "x.x.x.x";
  serverPort = 7000;
}