This repository helps you configure your routing system by automatically retrieving the IP addresses of all available Discord voice chat servers for different regions. This is particularly useful when servers are unavailable or need proper routing adjustments.
atlanta, brazil, bucharest, buenos-aires, dubai, finland, frankfurt, hongkong, india, japan, madrid, milan, newark, rotterdam, russia, santa-clara, santiago, seattle, singapore, south-korea, southafrica, stage-scale, stockholm, sydney, tel-aviv, us-central, us-east, us-south, us-west, warsaw, st-pete, dammam, jakarta, montreal, oregon
If you’re using kvas or entware/openwrt systems, follow these steps to set up the script:
Make sure you have bash and curl installed:
opkg update
opkg install bash
opkg install curl
Use the following command to automatically fetch and configure the IP addresses:
curl -O https://raw.githubusercontent.com/Maks-gaming/discord-servers/main/ipset-adder.sh && bash ipset-adder.sh
- Choose your desired IPSet list.
- Set your crontab autoupdate frequency.
That’s it! 🎉
If you want to run the script locally, simply clone the repository and specify your target region:
- Clone the repository:
git clone https://github.com/Maks-gaming/discord-servers.git
cd discord-servers
- Run the script:
python ./src/generate_voice_ip_list.py [region]
Replace [region]
with the region of your choice (e.g., us-east, brazil, singapore).