#I was surprised that by default, `up`
1 messages ยท Page 1 of 1 (latest)
--native is now the default behavior if you don't specify any --ports. It should work, we have tests for it, so let me know what case you're seeing otherwise
Nice. Is it in 0.9.11 ? Or should I test in main?
It was changed a few releases back
so yeah should be in 0.9.11
Just checked and it works for me ๐ had no idea
Yeah it used to be that the default was "use random available ports" and --native was opt-in, but Alex flipped it so that native is the default and there's a flag --random for to opt into using random available ports
I think at some point it also did the first port instead of all exposed ports, right?
That doesn't ring a bell, but it also doesn't not ring a bell ๐, so would require some spelunking unless @empty wind remembers off hand
either way, works now ๐
don't think it ever did the first port, what it did before was pick a random host-side port for each remote port, which was not a very useful default ๐