summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-09-09 17:55:50 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-09-09 17:55:50 -0300
commit76e656ba88d63ba812a1b1b736336da9aa8f996e (patch)
tree5fbaa8faf9631022900f72bce62787ab5441d094
parent60ef0911f742ecb97f1728400a6bc1828fb46ec7 (diff)
parentaa352bb322531f535f43251f0f030733f8dc84f8 (diff)
downloadpfsense-76e656ba88d63ba812a1b1b736336da9aa8f996e.zip
pfsense-76e656ba88d63ba812a1b1b736336da9aa8f996e.tar.gz
Merge pull request #1273 from fsSnowboard/master
-rw-r--r--etc/inc/wizardapp.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/wizardapp.inc b/etc/inc/wizardapp.inc
index 93c078b..53bd7ac 100644
--- a/etc/inc/wizardapp.inc
+++ b/etc/inc/wizardapp.inc
@@ -479,13 +479,13 @@ $othersplist = array();
$othersplist['facetime'] = array();
/* Facetime */
$othersplist['facetime'][] = array('Facetime-UDP-1', 'udp', '3478', '3479', 'both');
- $othersplist['facetime'][] = array('Facetime-UDP-2', 'tcp', '16384', '16387', 'both');
- $othersplist['facetime'][] = array('Facetime-UDP-3', 'tcp', '16393', '16402', 'both');
+ $othersplist['facetime'][] = array('Facetime-TCP-1', 'tcp', '16384', '16387', 'both');
+ $othersplist['facetime'][] = array('Facetime-TCP-2', 'tcp', '16393', '16402', 'both');
$othersplist['googlehangouts'] = array();
/* Google Hangouts */
$othersplist['googlehangouts'][] = array('GoogleHangouts-UDP', 'udp', '19302', '19309', 'both');
- $othersplist['googlehangouts'][] = array('GoogleHangouts-TCP', 'tcp', '19305', '9309', 'both');
+ $othersplist['googlehangouts'][] = array('GoogleHangouts-TCP', 'tcp', '19305', '19309', 'both');
$othersplist['icq'] = array();
/* icq */
OpenPOWER on IntegriCloud