Project

General

Profile

« Previous | Next » 

Revision d5063ffd

Added by Ermal LUÇI over 12 years ago

Correct rule number for https

View differences:

etc/inc/captiveportal.inc
581 581

  
582 582
	if (isset($cpcfg['httpslogin'])) {
583 583
		$listenporthttps = $listenporthttp + 1;
584
		$cprules .= "add 65531 set 1 fwd 127.0.0.1,{$listenporthttps} tcp from any to any dst-port 443 in\n";
584
		$cprules .= "add 65530 set 1 fwd 127.0.0.1,{$listenporthttps} tcp from any to any dst-port 443 in\n";
585 585
	}
586 586
	
587 587
	$cprules .= <<<EOD

Also available in: Unified diff