mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-07-10 18:17:16 +03:00
Add nftables support for auto-redirect
This commit is contained in:
@@ -208,7 +208,7 @@ func (t *Tun) Start() error {
|
||||
}
|
||||
if t.autoRedirect != nil {
|
||||
monitor.Start("initiating auto redirect")
|
||||
err = t.autoRedirect.Start(t.tunOptions.Name)
|
||||
err = t.autoRedirect.Start()
|
||||
monitor.Finish()
|
||||
if err != nil {
|
||||
return E.Cause(err, "auto redirect")
|
||||
|
||||
Reference in New Issue
Block a user