summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2021-01-22 16:12:48 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2021-01-22 16:12:48 +0100
commitb6f86187f30c8c7f822d68f37d933bbf18b809cd (patch)
tree3e5a26990a20dbb037c118864d8318af37582e43 /rebar.config
parentRevert "mod_register language reworked" (diff)
Update 'stun' dependency
The 'stun' application now rejects Teredo and 6to4 TURN peers unconditionally. Therefore, remove those networks from the default 'turn_blacklist'.
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 87516834..d75e264f 100644
--- a/rebar.config
+++ b/rebar.config
@@ -58,7 +58,7 @@
{sqlite3, ".*", {git, "https://github.com/processone/erlang-sqlite3", {tag, "1.1.9"}}}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.24"}}},
{if_var_true, stun,
- {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.40"}}}},
+ {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.41"}}}},
{xmpp, ".*", {git, "https://github.com/processone/xmpp", "04db675de509829a34d45d0f1ab30e92dda3ef0a"}},
{yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.9"}}}
]}.