Ver código fonte

change default port to 443

afrokick 6 anos atrás
pai
commit
f5a5e8bfc8
3 arquivos alterados com 4 adições e 4 exclusões
  1. 1 1
      docs/api.json
  2. 2 2
      docs/index.html
  3. 1 1
      docs/template.html

+ 1 - 1
docs/api.json

@@ -19,7 +19,7 @@
           {
             "name": "key",
             "type": "string",
-            "description": "API key for the cloud PeerServer. This is not used for servers other than <code>0.peerjs.com</code>.<span class='warn'>PeerServer cloud runs on port 9000. Please ensure it is not blocked or consider running your own PeerServer instead.</span>"
+            "description": "API key for the cloud PeerServer. This is not used for servers other than <code>0.peerjs.com</code>.<span class='warn'>PeerServer cloud runs on port 443. Please ensure it is not blocked or consider running your own PeerServer instead.</span>"
           },
           {
             "name": "host",

+ 2 - 2
docs/index.html

@@ -179,7 +179,7 @@ var peer = new Peer({
 
     <h3>Why am I unable to connect?</h3>
     <p>You could be behind a symmetric NAT, in which case you'll need to set up a TURN server.</p>
-    <p>Another possible issue is your network blocking port 9000, which the PeerServer cloud runs on. In this you must
+    <p>Another possible issue is your network blocking port 443, which the PeerServer cloud runs on. In this you must
       use your
       own PeerServer running on an appropriate port instead of the cloud service.</p>
 
@@ -238,7 +238,7 @@ var peer = new Peer({
             <div class="child " id="peer-options-key"><span class="name"><a href="#peer-options-key">key</a><span
                   class="tag type string">string</span></span>
               <p class="description">API key for the cloud PeerServer. This is not used for servers other than
-                <code>0.peerjs.com</code>.<span class='warn'>PeerServer cloud runs on port 9000. Please ensure it is not
+                <code>0.peerjs.com</code>.<span class='warn'>PeerServer cloud runs on port 443. Please ensure it is not
                   blocked or consider running your own PeerServer instead.</span></p>
             </div>
             <div class="child " id="peer-options-host"><span class="name"><a href="#peer-options-host">host</a><span

+ 1 - 1
docs/template.html

@@ -179,7 +179,7 @@ var peer = new Peer({
 
     <h3>Why am I unable to connect?</h3>
     <p>You could be behind a symmetric NAT, in which case you'll need to set up a TURN server.</p>
-    <p>Another possible issue is your network blocking port 9000, which the PeerServer cloud runs on. In this you must
+    <p>Another possible issue is your network blocking port 443, which the PeerServer cloud runs on. In this you must
       use your
       own PeerServer running on an appropriate port instead of the cloud service.</p>