Home
last modified time | relevance | path

Searched refs:create_authenticated_onion_endpoint (Results 1 – 5 of 5) sorted by relevance

/dports/security/py-txtorcon/txtorcon-21.1.0/examples/
H A Dweb_onion_service_ephemeral_auth.py38 ep = tor.create_authenticated_onion_endpoint(
/dports/security/py-txtorcon/txtorcon-21.1.0/txtorcon/
H A Dcontroller.py745 def create_authenticated_onion_endpoint(self, port, auth, private_key=None, version=None): member in Tor
/dports/security/py-txtorcon/txtorcon-21.1.0/test/
H A Dtest_controller.py1355 self.tor.create_authenticated_onion_endpoint(80, AuthBasic(['alice']))
/dports/security/py-txtorcon/txtorcon-21.1.0/docs/
H A Dguide.rst530 - :meth:`.Tor.create_authenticated_onion_endpoint`: ephemeral service with authentication
H A Dreleases.rst174 ** :method:`txtorcon.Tor.create_authenticated_onion_endpoint`