nixos/frp: added more module option documentation (#396657)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user