diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-09-09 17:55:50 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-09-09 17:55:50 -0300 |
commit | 76e656ba88d63ba812a1b1b736336da9aa8f996e (patch) | |
tree | 5fbaa8faf9631022900f72bce62787ab5441d094 /etc | |
parent | 60ef0911f742ecb97f1728400a6bc1828fb46ec7 (diff) | |
parent | aa352bb322531f535f43251f0f030733f8dc84f8 (diff) | |
download | pfsense-76e656ba88d63ba812a1b1b736336da9aa8f996e.zip pfsense-76e656ba88d63ba812a1b1b736336da9aa8f996e.tar.gz |
Merge pull request #1273 from fsSnowboard/master
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/wizardapp.inc | 6 |
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 */ |