1 Jul
2026
1 Jul
'26
2:07 a.m.
On Fri, 26 Jun 2026 17:10:02 +1000
David Gibson
Currently we handle -t all and the like as a special case, it can't be combined with other port specifier options. Remove that restriction, allowing combined options like: -t all,~9999 # Forward everything non-ephemeral except 9999 -t all,auto # Equivalent to -t auto -t all,33000 # Forward non-ephemeral plus port 33,000
This isn't particularly useful immediately,
Actually, -t all,33000 could be useful right away. I didn't realise we weren't allowing that. -- Stefano