nixos/frp: added more module option documentation (#396657)

This commit is contained in:
Weijia Wang
2025-12-10 15:33:54 +00:00
committed by GitHub
@@ -54,6 +54,15 @@ in
example = {
serverAddr = "x.x.x.x";
serverPort = 7000;
proxies = [
{
name = "ssh";
type = "tcp";
localIP = "127.0.0.1";
localPort = 22;
remotePort = 6000;
}
];
};
};
};