Update velocity

This commit is contained in:
Jimbo 2024-10-11 22:22:46 -04:00
parent 8bd5d3c0c8
commit ef085e32f1
2 changed files with 5 additions and 4 deletions

View file

@ -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"