Discord Drover Documentation

repository·master·Indexed 19 days ago

https://github.com/hdrover/discord-drover

A tool that forces the Windows Discord application to use specific HTTP or SOCKS5 proxies for TCP connections and modifies UDP traffic to bypass voice chat restrictions. It operates at the process level via version.dll and drover.ini without requiring system-wide drivers or a global VPN.

Tokens
531
Snippets
3
Records
4
Agent score
22%

What's inside Discord Drover

  1. Use `drover-packet.bin` to bypass voice chat restrictions

    master

    If the built-in UDP manipulation is insufficient to bypass voice chat restrictions on your network, you can provide an optional drover-packet.bin file in the Discord application folder.

    When present, the contents of this file are sent at the start of every new outgoing UDP connection, immediately before the program's built-in UDP manipulation.

    Note: The file is re-read before every new connection. You can edit or replace drover-packet.bin while Discord is running; you only need to start a new voice connection for the changes to take effect.

  2. Install Discord Drover automatically

    master

    Use the drover.exe installer for a guided setup. Run the program, enter your proxy settings, and click Install to automatically place the required files into the Discord application directory.

    If you are in a region where Discord works but voice chat is blocked (e.g., UAE), you can select Direct mode to bypass voice chat restrictions without using a proxy.

    To remove the program, run drover.exe and click Uninstall.

    Run `drover.exe` and follow the GUI instructions.
  3. Install Discord Drover manually

    master

    To install without the automated installer, manually copy the following files into the directory containing Discord.exe (ensure you are not copying them into the Update.exe folder):

    1. version.dll
    2. drover.ini

    Configure your proxy settings within the drover.ini file.

    cp version.dll drover.ini [PATH_TO_DISCORD_EXE_FOLDER]/
  4. Configure the `drover.ini` file

    master

    The drover.ini file controls how Discord handles connections. The primary setting is the proxy parameter under the [drover] section.

    • proxy: Defines the proxy server for TCP connections (chat, updates). Supports http or socks5 protocols. If left empty, no proxy is used, but the program will still perform UDP manipulation to help bypass voice chat restrictions (equivalent to Direct mode).
    [drover]
    ; Proxy can use http or socks5 protocols
    proxy = http://127.0.0.1:1080