database64128
database64128
What's the version of your shadowsocks-go? Did both the server and client print the warning message "Unsafe stream prefix taints the server/client" on startup? In your client config, you have...
In your server config, `FSr6Pkyq3VrDOelPrByuUA==` was configured as the iPSK. But in your client config it was configured as the uPSK. You are making the same mistake as #20. If...
Designing and maintaining a stable management API is a lot of work, and it's not particularly useful for myself. So I guess I'll just add this to the backlog and...
> `netip.Addr` does not make sense as the primary internal type. As mentioned, we would need to immediately convert it to a slice so that we can access the individual...
> I seen this when your context isn't a partial class and decorated correctly. I believe it is correctly written and decorated. The whole change is in this commit: https://github.com/database64128/youtube-dl-wpf/commit/51947e6775689b1101514fd818d371a95816f454....
Turns out it was unrelated to Fody. For some reason it can be fixed by referencing the STJ package: https://github.com/database64128/youtube-dl-wpf/commit/f201304be75674630eb2fbea1419cd1f37dacff4, even though my project was already targeting .NET 6.
dotnet/runtime#68810 Turns out the issue was caused by `ReactiveWindow`. I made a minimal reproduction repo: https://github.com/database64128/WPFRxUISTJSourceGenerationMinimalReproduction. There are 4 commits: 1. database64128/WPFRxUISTJSourceGenerationMinimalReproduction@1cfa42a81dc3a17de085f10bafccf9f24dbdb8b4: Fresh WPF app with STJ source generation: no...
I think https://github.com/fatedier/frp is what you want.
The method names should be written in lowercase letters. There's no "ietf" between ChaCha20 and Poly1305.
What you observed is V2Ray's internal DNS server limiting TTL to be no higher than 600. #1179 was made to fix this bug, but was rejected by @xiaokangwang. You can...