Projet

Général

Profil

« Précédent | Suivant » 

Révision aa352bb3

Ajouté par Tyler Turner il y a plus de 9 ans

  • ID aa352bb322531f535f43251f0f030733f8dc84f8
  • Enfant 76e656ba

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.

Voir les différences:

etc/inc/wizardapp.inc
479 479
	$othersplist['facetime'] = array();
480 480
		/* Facetime */
481 481
		$othersplist['facetime'][] = array('Facetime-UDP-1', 'udp', '3478', '3479', 'both');
482
		$othersplist['facetime'][] = array('Facetime-UDP-2', 'tcp', '16384', '16387', 'both');
483
		$othersplist['facetime'][] = array('Facetime-UDP-3', 'tcp', '16393', '16402', 'both');
482
		$othersplist['facetime'][] = array('Facetime-TCP-1', 'tcp', '16384', '16387', 'both');
483
		$othersplist['facetime'][] = array('Facetime-TCP-2', 'tcp', '16393', '16402', 'both');
484 484

  
485 485
	$othersplist['googlehangouts'] = array();
486 486
		/* Google Hangouts */
487 487
		$othersplist['googlehangouts'][] = array('GoogleHangouts-UDP', 'udp', '19302', '19309', 'both');
488
		$othersplist['googlehangouts'][] = array('GoogleHangouts-TCP', 'tcp', '19305', '9309', 'both');
488
		$othersplist['googlehangouts'][] = array('GoogleHangouts-TCP', 'tcp', '19305', '19309', 'both');
489 489

  
490 490
	$othersplist['icq'] = array();
491 491
		/* icq */

Formats disponibles : Unified diff