Logo
Explore Help
Register Sign In
valknar/docker-compose
1
0
Fork 0
You've already forked docker-compose
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
a80c6b931b26b9e04a72f43692d797e04fb0bde1
docker-compose/util/rtc_config.json

21 lines
353 B
JSON
Raw Normal View History

feat: add WebRTC STUN server configuration to PairDrop Added RTC configuration with Google's public STUN servers to enable peer-to-peer connections across different networks (e.g., WiFi to cellular data). Changes: - Created drop/rtc_config.json with 5 Google STUN servers - Updated drop/compose.yaml to mount RTC config file - Added RTC_CONFIG environment variable pointing to config file This should resolve connectivity issues when devices are on different networks or behind NAT. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 21:54:26 +01:00
{
"sdpSemantics": "unified-plan",
"iceServers": [
{
"urls": "stun:stun.l.google.com:19302"
},
{
"urls": "stun:stun1.l.google.com:19302"
},
{
"urls": "stun:stun2.l.google.com:19302"
},
{
"urls": "stun:stun3.l.google.com:19302"
},
{
"urls": "stun:stun4.l.google.com:19302"
}
]
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 35ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API