From 50b0e17947ac6cf0be5d1c096fe977efe9dcba35 Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Thu, 23 Apr 2015 18:00:15 -0700 Subject: [PATCH] Use port 80 to get around firewalls --- client/peer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/peer.js b/client/peer.js index 2bf03d5..3a75776 100644 --- a/client/peer.js +++ b/client/peer.js @@ -18,7 +18,7 @@ if (typeof window === 'undefined') { 'username': 'file', 'credential': 'pizza' }, { - 'url': 'turn:52.12.205.113:3479?transport=udp', + 'url': 'turn:52.12.205.113:80?transport=udp', 'username': 'file', 'credential': 'pizza' }, { @@ -26,7 +26,7 @@ if (typeof window === 'undefined') { 'username': 'file', 'credential': 'pizza' }, { - 'url': 'turn:52.12.205.113:3479?transport=tcp', + 'url': 'turn:52.12.205.113:80?transport=tcp', 'username': 'file', 'credential': 'pizza' }]