Re: [PATCH v2 2/9] uci: maintain option position in uci_set

2022-11-26 Thread Andre Heider
On 20/11/2022 02:08, Jan Venekamp wrote: Maintain the position of an option in the list when updating an option in uci_set. Nice, that's really an annoyance! I assume this doesn't fix wiping '#' comments when saving through luci? That's just as annoying :) Cheers, Andre

firewall4 question

2022-11-26 Thread e9hack
Hi, I do redirect https traffic from wan to a specific ip address in lan with a different port: config redirect option enabled '1' option name 'wan: Redirect HTTPS for .net:443 to my-box..lan:8443' option target 'DNAT' option src 'wan' option

Re: firewall4 question

2022-11-26 Thread Jo-Philipp Wich
Hi, try adding `option dest lan` to your block rule. Without any destination, it is treated as input rule, not a forwarding one. ~ Jo signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: firewall4 question

2022-11-26 Thread e9hack
Hi, I could solve the issue by my own. The "option dest lan" is missing in the blocking rule and the destination port must be 8443. Regards, Hartmut Am 26.11.2022 um 11:47 schrieb e9hack: Hi, I do redirect https traffic from wan to a specific ip address in lan with a different port: