mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
Services: Captive Portal - regression in https://github.com/opnsense/core/issues/8326 when reflection is enabled.
Captive portal installs redirects, but these should be excluded when calculating reflection rules. ref: https://forum.opnsense.org/index.php?topic=46775.0
This commit is contained in:
parent
7e838c6d92
commit
25b2716325
@ -124,6 +124,7 @@ function captiveportal_firewall($fw)
|
||||
'to_port' => $to_port,
|
||||
'target' => '127.0.0.1',
|
||||
'localport' => $rdr_port,
|
||||
'natreflection' => 'disable',
|
||||
'descr' => "Redirect to Captive Portal (zone {$zoneid})",
|
||||
'#ref' => "ui/captiveportal#edit={$uuid}"
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user