Skip to content

how to get the current IP address? #45

@psoan

Description

@psoan

code :

from torpy.http.requests import tor_requests_session
with tor_requests_session(hops_count=2, retries=0) as session:
    session.get('http://google.com')

I wanna know the app request to http://google.com with which IP of tor, without any api or third party help.

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