mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Define lanip
This commit is contained in:
parent
5a244130a3
commit
8a1daf88a3
@ -293,7 +293,8 @@ function captiveportal_rules_generate() {
|
||||
$cpifn = $config['captiveportal']['interface'];
|
||||
$cpif = $config['interfaces'][$cpifn]['if'];
|
||||
$cpip = $config['interfaces'][$cpifn]['ipaddr'];
|
||||
|
||||
$lanip = $config['interfaces']['lan']['ipaddr'];
|
||||
|
||||
/* note: the captive portal daemon inserts all pass rules for authenticated
|
||||
clients as skipto 50000 rules to make traffic shaping work */
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user