Skip to content
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

Missing RDNS Parameter in proxy connection settings #1420

Open
2 tasks done
UndoGG opened this issue Apr 27, 2024 · 0 comments
Open
2 tasks done

Missing RDNS Parameter in proxy connection settings #1420

UndoGG opened this issue Apr 27, 2024 · 0 comments

Comments

@UndoGG
Copy link

UndoGG commented Apr 27, 2024

Checklist

  • I believe the idea is awesome and would benefit the framework
  • I have searched in the issue tracker for similar requests, including closed ones

Description

In pyrogram/connection/transport/tcp/tcp.py
image
Here is connection to proxy, but the RDNS parameter is missing, but it is accessable in socks.set_proxy method.

Here is excepted result:
image
image

And it would be cool if library would read "rdns" key in proxy parameters dict and set it in socks connection.

I really need that parameter in my project, but im forced to edit library code manualy to fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant