Update velocity
This commit is contained in:
parent
8bd5d3c0c8
commit
ef085e32f1
2 changed files with 5 additions and 4 deletions
|
@ -27,6 +27,7 @@
|
|||
type nat hook prerouting priority dstnat; policy accept;
|
||||
tcp dport 2211 dnat to ${outputs.ips.pc}:22 comment "SSH to PC"
|
||||
tcp dport 2233 dnat to ${outputs.ips.wgSpan}.3:22 comment "SSH to Oracle VM"
|
||||
tcp dport 2255 dnat to ${outputs.ips.vm}:22 comment "SSH to VM"
|
||||
|
||||
udp dport { 27005, 27015, 7777 } dnat to ${outputs.ips.pc} comment "PC Hosted Games"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue