prescience-data / 3proxy-config

👥 A simple 3proxy config for running a local SOCKS5 proxy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration for a local 3proxy SOCKS5 installation

To install, download or compile 3proxy and copy 3proxy.cfg to the installation folder. Then run $ ./3proxy.exe --install to install as a service.

Win32 vs Linux

There are two lines which as platform specific:

  • Logs
    • Linux: log "/var/logs/3proxy/%Y%m%d.log" D
    • Windows: log "%userprofile%\logs\3proxy\%Y%m%d.log" D
  • Service / Daemon:
    • Linux: daemon
    • Windows: service

DNS Resolution

The config uses the privacy/security focused Quad9 for primary DNS and Cloudflare for fallback.

Configuration

You will need to replace the following tokens with your own settings before applying the config:

  • YOUR_USERNAME: The username you want to use to set for the proxy.
  • YOUR_PASSWORD: The plain-text password you'd like to set. To set an encoded password refer to the 3proxy docs.
  • YOUR_INTERNAL_STATIC_IP: The static IP address set on the interface you want to connect out via. Example 192.168.1.xxx

About

👥 A simple 3proxy config for running a local SOCKS5 proxy.