On 2025-04-28 19:20, Bagas Sanjaya wrote:
On Sun, Apr 27, 2025 at 10:36:59PM +0800, Levi Zim via B4 Relay wrote:Or the following rule to nft:-# nft add rule filter divert tcp dport 80 tproxy to :50080 meta mark set 1 accept+ # nft add rule filter divert tcp dport 80 tproxy to :50080 meta mark set 1 acceptUse double-colon syntax instead to wrap the rule above in literal code block like in other rules.
Nice catch! I forgot to add that. Fixed in v2.
Thanks.