-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i2pd go through proxy #2107
Comments
With |
Maybe Tor specifically? |
Some other programs also use socks5, e.g, shadowsocks, oilelpqt, V2Ray. |
Does it require the socks5 proxy support UDP fragments? I'm unsure how socks5 forwards UDP. I tried my self-made proxy to understand socks5 protocol, since I'm unsure how to correctly forward UDP so my self-made proxy failed to forward I2P traffic. But it seems that TCP streams are correctly forwarded, only UDP doesn't work. |
NTCP2 uses TCP, while SSU2 uses UDP. |
For shadowsocks you can also configure SSU2 through a proxy. Tell me what you need and I will provide a config example. |
I'm curious about Page 8 of socks5 RFC, it has FRAG (fragment) field, DST.ADDR and DST.PORT for address and port. If the socks5 server accepted a UDP ASSOCIATE command with fragments, the FRAG counts from 1 and ends at 127. When FRAG is still between 1 and 127, either DST.ADDR or DST.PORT has been changed, should the client reset FRAG to 1? Or just accumulate FRAG again for any different DST.ADDR and DST.PORT? |
i2pd always sets zero to this field |
How to let i2pd go through a proxy, maybe socks5 proxy? The question is not to set my web browser to go through i2pd, but to let i2pd go through proxy.
The text was updated successfully, but these errors were encountered: