forgot to add the ssh stream proxy
This commit is contained in:
parent
30c31db182
commit
ef4ade27d4
1 changed files with 8 additions and 0 deletions
|
@ -142,6 +142,14 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
# STREAMS
|
||||
streamConfig = ''
|
||||
server {
|
||||
listen 3032;
|
||||
proxy_pass 100.64.0.13:3032;
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue