diff --git a/redirect_nftables.go b/redirect_nftables.go index b2d54f9..ec4bf5d 100644 --- a/redirect_nftables.go +++ b/redirect_nftables.go @@ -308,7 +308,7 @@ func (r *autoRedirect) cleanupNFTables() { Name: r.tableName, Family: nftables.TableFamilyINet, }) - common.Must(r.configureOpenWRTFirewall4(nft, true)) + _ = r.configureOpenWRTFirewall4(nft, true) _ = nft.Flush() _ = nft.CloseLasting() }