Yet another proxy server
Project description
pymrf4
To test with curl
# client resolves the domain name, ATYP_IPV4(1)
curl --socks5 socks5://127.0.0.1:9050 http://www.baidu.com
# Or let the proxy resolve the domain name, ATYP_DOMAINNAME(3)
curl --socks5 socks5h://127.0.0.1:9050 http://www.baidu.com
Install as a Windows service
With nssm:
nssm install pymrf4 D:\Python312\python.exe
nssm set pymrf4 AppParameters "-m pymrf4"
nssm set pymrf4 AppDirectory C:\pymrf4
nssm set pymrf4 AppExit Default Restart
nssm set pymrf4 AppStdout C:\pymrf4\logs\service-err.log
nssm set pymrf4 AppStderr C:\pymrf4\logs\service-err.log
nssm set pymrf4 DisplayName pymrf4
nssm set pymrf4 ObjectName LocalSystem
nssm set pymrf4 Start SERVICE_AUTO_START
nssm set pymrf4 Type SERVICE_WIN32_OWN_PROCESS
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pymrf4-0.1.1.tar.gz
(206.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pymrf4-0.1.1-py3-none-any.whl
(172.6 kB
view details)
File details
Details for the file pymrf4-0.1.1.tar.gz.
File metadata
- Download URL: pymrf4-0.1.1.tar.gz
- Upload date:
- Size: 206.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dd673a5ad1f1e86fab05b92e93ed8caed7387d31c6929e0c6bf01dc0ee7ebb4
|
|
| MD5 |
8a55399a30d7d576a00b4e5aa7f886b0
|
|
| BLAKE2b-256 |
038f5808012ccc37f4dfef95410f9395fe78b764af16ef4068899a04b044e2c3
|
File details
Details for the file pymrf4-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pymrf4-0.1.1-py3-none-any.whl
- Upload date:
- Size: 172.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0bcdc8aff51b8e9cbbad78675985a085280265563d48e78373d5eeb722f0525
|
|
| MD5 |
9133ad4ef99b708431ae068915a70c82
|
|
| BLAKE2b-256 |
d2edcd99da691ca7c336b510dc4a899eb05f70ee86c1d793254ae7494704d2f4
|