Home : Forward printing port.
This commit is contained in:
parent
c47aeede7d
commit
784bb4cee3
|
@ -84,6 +84,9 @@ in {
|
|||
# Git ssh connections.
|
||||
+ (mkForward external cfg.git.portSsh cfg.git.address cfg.git.portSsh tcp)
|
||||
+ (mkForward internal cfg.git.portSsh cfg.git.address cfg.git.portSsh tcp)
|
||||
|
||||
# Print serivce.
|
||||
+ (mkForward internal cfg.print.port cfg.print.address cfg.print.port tcp)
|
||||
;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue