Add sip port
This commit is contained in:
parent
071527b45d
commit
acd4a7e0eb
|
@ -121,6 +121,7 @@ On your internet router, typically under firewall settings, open the following p
|
|||
| Email | 465 |
|
||||
| Email | 993 |
|
||||
| VoIP | 64738 |
|
||||
| VoIP | 5060 |
|
||||
| Tox | 33445 |
|
||||
| IPFS | 4001 |
|
||||
|
||||
|
|
|
@ -178,6 +178,7 @@ On your internet router, typically under firewall settings, open the following p
|
|||
| Email | 465 |
|
||||
| Email | 993 |
|
||||
| VoIP | 64738 |
|
||||
| VoIP | 5060 |
|
||||
| Tox | 33445 |
|
||||
| IPFS | 4001 |
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title></title>
|
||||
<!-- 2015-09-30 Wed 10:27 -->
|
||||
<!-- 2015-11-01 Sun 23:01 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="generator" content="Org-mode" />
|
||||
<meta name="author" content="Bob Mottram" />
|
||||
|
@ -558,6 +558,11 @@ On your internet router, typically under firewall settings, open the following p
|
|||
<td class="org-right">64738</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">VoIP</td>
|
||||
<td class="org-right">5060</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">Tox</td>
|
||||
<td class="org-right">33445</td>
|
||||
|
|
Loading…
Reference in New Issue