nixos/frp: added more documentation
Made module option documentation more in line with original example configuration
This commit is contained in:
committed by
Weijia Wang
parent
8330abc5b3
commit
8026c978bb
@@ -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