10 lines
110 B
Nix
10 lines
110 B
Nix
{
|
|
tunnel = {
|
|
host = "127.0.0.1";
|
|
allowedPorts = [
|
|
10080
|
|
10443
|
|
18448
|
|
];
|
|
};
|
|
}
|