Make Detritus work by any means necessary
This commit is contained in:
parent
b7c5651306
commit
86a180de0c
3 changed files with 5 additions and 5 deletions
|
@ -26,11 +26,10 @@
|
|||
type nat hook prerouting priority dstnat; policy accept;
|
||||
tcp dport 2211 dnat ip to 11.0.0.100:22 comment "Tower SSH"
|
||||
tcp dport 2222 dnat ip to 11.0.0.2:22 comment "Kitty SSH"
|
||||
|
||||
tcp dport 2050 dnat ip to 11.0.0.2:2049 comment "Kitty NFS"
|
||||
|
||||
udp dport { 27005, 27015 } dnat ip to 11.0.0.100 comment "PC Hosted Games"
|
||||
|
||||
tcp dport { 48010, 47989, 47984 } dnat ip to 11.0.0.100 comment "PC Sunshine TCP"
|
||||
udp dport { 47998, 47999, 48000 } dnat ip to 11.0.0.100 comment "PC Sunshine UDP"
|
||||
}
|
||||
|
||||
chain forward {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue