Cecylia Bocovich
Cecylia Bocovich
Here is the promised IPtProxy refactor: https://github.com/tladesignz/IPtProxy/pull/61 It's a lot of API changes, so no rush in looking it over and I really would like your thoughts and feedback on...
> > I just realized that the bindings for gomobile [might not support callback functions](https://pkg.go.dev/golang.org/x/mobile/cmd/gobind#hdr-Type_restrictions). In that case, I don't know what the fastest way to support this currently is....
> While this rewrite will not contain a callback for transport states, this should become unnecessary, as [@cohosh explains](https://github.com/tladesignz/IPtProxy/pull/61#issuecomment-2435663190): > > > The way this refactor is currently written, `Start`...
This looks great! I could see the case for something like a `OnTransportStopped` callback that will execute when the copy loop ends and the transport is no longer listening for...
> @cohosh, I see you released Snowflake 2.10.0 which contains the Snowflake Proxy `EventOnProxyClientConnected`. This was the last building block I needed to release a new version of IPtProxy. >...
Here it is: https://github.com/tladesignz/IPtProxy/pull/63
> Improved the check as per your suggested solution: [8a191d4](https://github.com/tladesignz/IPtProxy/commit/8a191d4c75f977004599a8afa93fad8143f7a960) This looks great! Nice catch on the `nil` check, I forgot to do that.
> This is what happens with webtunnel bridges: Hmm, can you share the webtunnel bridge line? It shows an arg processing error which is referring to the SOCKS args.
Okay cool, I opened a slightly different fix for the snowflake issue in lyrebird. We'll get that merged and have a new release in the next few days. Thanks for...
> @cohosh, can you merge my MR or do something equivalent and release again? This has been merged :) do you need a release or is having merged it enough?