From aa352bb322531f535f43251f0f030733f8dc84f8 Mon Sep 17 00:00:00 2001 From: Tyler Turner Date: Tue, 9 Sep 2014 15:34:16 -0400 Subject: Fix minor typo to name and port range Typo on the name of the FaceTime shape rule, and missing 1 from Google Talk port range. --- etc/inc/wizardapp.inc | 6 +++--- 1 file 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 */ -- cgit v1.1