mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-24 00:36:17 -04:00
fix TURN/STURN
* remove docker-compose-coturn.yml and replace it with and example-file, because there are user-data inside, which should not be on git * add a whole rtc_config_example-coturn.json to be copied to rtc_config.json and only the domain <DOMAIN> should be changed. * modified the documentation * modified the .gitignore to ignore the files with user-data
This commit is contained in:
parent
8f4ce63a0c
commit
61b52609bc
7 changed files with 76 additions and 21 deletions
|
@ -6,6 +6,8 @@ server-name=pairdrop
|
|||
listening-ip=0.0.0.0
|
||||
|
||||
# External IP-Address of the TURN server
|
||||
# if you have a VPN for example on your Server...
|
||||
#external-ip=<IP_ADDRESS>/<OTHER_IP_ADDRESS>
|
||||
external-ip=<IP_ADDRESS>
|
||||
|
||||
# Main listening port
|
||||
|
@ -35,4 +37,5 @@ cert=/etc/letsencrypt/live/<DOMAIN>/cert.pem
|
|||
pkey=/etc/letsencrypt/live/<DOMAIN>/privkey.pem
|
||||
|
||||
# 443 for TURN over TLS, which can bypass firewalls
|
||||
# the standard-port is 5349
|
||||
tls-listening-port=443
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue