MyNixOS website logo
option

services.wstunnel.servers.<name>.restrictTo

Accepted traffic will be forwarded only to this service.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  {
    host = "127.0.0.1";
    port = 51820;
  }
]