Skip to content

UDP via parent proxy #839

@srvh

Description

@srvh

Hello.

I am trying to make TCP + UDP socks5 proxy working in Gost 3.
I started the next command:

gost -L :1300?udp=true -F socks5://217.217.217.217:1400

Where socks5://217.217.217.217:1400 is the second Socks5 with UDP support.

Then I try to send UDP data via :1301 Socks5 proxy but I get an error:
"handler":"auto","kind":"handler","level":"error","listener":"tcp","msg":"route(retry=0) get socks5 UDP tunnel failure"

Socks5 via TCP is working correctly and send data via the second Socks5 proxy (217.217.217.217:1400).
But UDP is not working correctly.

How to make it work with UDP support.
I am newbie in Gost. I tried to find this solution in Google and Wiki here. But I couldn't .
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions