Chai-Shi
268f811f9e
Add prometheus setting suggestions on turn.conf in example folder ( #1597 )
...
I believe that many users, like myself, prefer to reference the
`turn.conf` file when deploying the TURN server with Docker, rather than
the `Readme.turnserver`. Additionally, I think it's important to
synchronize the Prometheus settings from the README into the` turn.conf`
file for better clarity. This way, users won't overlook any essential
options.
Co-authored-by: Ben Chang <ben_chang@htc.com>
2 years ago
Nikolayshcx
eb3af26867
Add support for raw public keys (Rfc 7250) ( #1458 )
...
Resolving #1456
---------
Co-authored-by: nmegdanov <nikolay.megdanov@softavail.com>
2 years ago
Wittmer, Christian
b009624902
Update turnserver.conf Example about listening-ip ( #1336 )
...
Fixes #1294
2 years ago
Dave Lambley
20c8d86a34
Return a 400 response to HTTP requests ( #1231 )
...
For our deployment, it is useful if coturn returns a valid HTTP response to an HTTP request. To do this on the same port as STUN/TURN and without enabling the admin site, I have extended `read_client_connection()` to return a canned HTTP response, in response to an HTTP request, rather than immediately closing the connection.
3 years ago
Alexander Udovichenko
2a695ea855
Add warning and disable web admin if no-tls option used ( #1256 )
...
Fixes https://github.com/coturn/coturn/issues/1239
https to web ui freeze in browser if no_tls option used, because no tls
stuff initialized.
This PR add warning about this and comment aboute this in default config
3 years ago
czephyr
19744a4a39
added warnings for prometheus apt unavailability ( #1184 )
...
added some warnings that the prometheus implementation is unavailable
when installing through apt
coturn/coturn#1133
3 years ago
Hyorin Choi
ab1292059f
Update turnserver.conf ( #1009 )
...
Made some text proofreading
4 years ago
Pavel Punsky
41a8aa09ff
Document dependency between new-log-timestamp-format and new-log-timestamp
4 years ago
Pavel Punsky
0cb8535de6
Update example turnserver.conf file to reflect that dh2066 is default
4 years ago
KORAY VATANSEVER
22af3ea567
Add syslog facility configuration
5 years ago
Mészáros Mihály
708b83ea78
RESPONSE_ORIGIN attribute only if rfc5780 is on
5 years ago
Mészáros Mihály
54ef051844
Disable stun backward compatibility
5 years ago
Mészáros Mihály
e7ddfb4f4b
Tidy in turnserver.conf rfc5780 option
5 years ago
Mészáros Mihály
eda11698f0
Add option no-rfc5780
...
To avoid any amplifiaction STUN binding attacks.
5 years ago
Mészáros Mihály
2204778ce1
Replace keep-address-family with allocation-default-address-family
5 years ago
marcoschum
cfb03bb934
Update turnserver.conf
...
fixed typo mor --> more
5 years ago
Mészáros Mihály
104ab83f09
Automatically notify systemd if compiled
5 years ago
Mészáros Mihály
a66e5cd286
Remove pid handling from systemd service files
5 years ago
Mészáros Mihály
ef7916842d
Add systemd notification support
5 years ago
Mészáros Mihály
14f1630ec6
Fix stale-nonce documentation Resolves #604
5 years ago
Mészáros Mihály
27b261eb58
Disable binding logging to avoid DoS attack
...
* Add new option log-binding
5 years ago
Mészáros Mihály
d73a8e85d7
Add acme to config file
6 years ago
Mészáros Mihály
b0fb4a9a0a
Rename new timestamp options, and fix these cli handling
6 years ago
Mészáros Mihály
37b61993e5
Add new log options to config file
6 years ago
David Florness
2baacbf895
Delete trailing whitespace in example configuration files
6 years ago
Mészáros Mihály
388d939ed9
Change prometheus exporter port to 9641
6 years ago
Mészáros Mihály
c9cd99e4f5
Disable prometheus by default
6 years ago
Miquel Ortega
a2200f5c5c
Change prometheus exporter port to 9641
...
In order to avoid conflicts using the same port userd by redis exporter
looking at the [prometheus wiki](https://github.com/prometheus/prometheus/wiki/Default-port-allocations )
the port 9641 is the first FREE for allocation
6 years ago
bpcurse
1a4b4cc63a
Remove reference to SSLv3
...
Judging from the information provided here https://github.com/coturn/coturn/issues/220#issuecomment-371916988 ,
SSL isn't supported anymore so the reference should be removed from the config file.
6 years ago
Mészáros Mihály
113f13855a
Fix missing DH2066 default update in config
6 years ago
Miquel Ortega
fdfa4b8594
Added no-prometheus flag on example configuration
6 years ago
Mészáros Mihály
7d1c1e0f89
Add new test certs
6 years ago
Paul Menzel
801832e94f
Replace coTURN by Coturn
...
The official spelling of *Coturn* seems to be just with a capital
starting letter, replace all occurrences of *coTURN* with the command
below.
git grep -l coTURN | xargs sed -i 's/coTURN/Coturn/g'
6 years ago
Danilo Bargen
520e172b22
Rename "prod" config option to "no-software-attribute"
...
As discussed in https://github.com/coturn/coturn/pull/478 , if the
parameter only controls whether or not to send the software attribute
and not other production-relevant configurations, it should be named
accordingly.
The old --prod configuration option still works, but is now deprecated
and undocumented.
6 years ago
Bertold Van den Bergh
ace903fd07
Add support for loadbalanced TCP connections (haproxy protocol v2)
6 years ago
Alessandro Polidori
3f3a3623c8
turnserver.conf: add --prod section to enhance security
7 years ago
xthursdayx
d355b992a7
Updated turnserver.conf
...
Edited turnserver.conf for typos and language clarity.
7 years ago
chanduthedev
c317a19334
Some more typo's fixed
7 years ago
Mészáros Mihály
e1cec37f27
From debian packaging some additions to the systemd example service file
7 years ago
Mészáros Mihály
c4477bfddd
Fix typo (Thanks: benbro)
7 years ago
Mészáros Mihály
65e14366b0
Add web-admin-listen-on-workers option
7 years ago
Gautier HUSSON
291309f409
Added systemd service file example.
8 years ago
Mészáros Mihály
6426cee2b5
Add web-admin to example config
8 years ago
Mészáros Mihály
0f11578982
Add warning to config & readme/man
...
Add warning about that allow-loopback-peer and empty cli-password is not allowed together.
8 years ago
Mészáros Mihály
8a60754d70
Change loopback defaults
8 years ago
Mészáros Mihály
93c1103bb8
Add new feature: keep-address-family
8 years ago
Mészáros Mihály
fa523e8d09
Add more explanation to REST auth mechanism to config
8 years ago
Krithin Sitaram
84a875bc1c
Update the example config file: use-auth-secret overrides lt-cred-mech.
8 years ago
Mustafa Bingül
875886168f
Removed unnecessary a line.
...
Co-authored-by: erdemduman <erdemduman23@gmail.com>
Co-authored-by: mashary <mashar.yazici@gmail.com>
8 years ago
Mustafa Bingül
774f970781
Adding a encryption logic for the password of MySQL DB user.
...
Co-authored-by: Erdem Duman <erdemduman23@gmail.com>
Co-authored-by: mashary <mashar.yazici@gmail.com>
8 years ago