Skip to content

Commit ee4ba7f

Browse files
committed
💉 Improve: apply new API for UpstreamController
1 parent cd444f8 commit ee4ba7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎AdguardExtension/AdguardApp/UI/ViewControllers/MainTabBar/MainMenu/Settings/LowLevelSettings/UpstreamsController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ final class UpstreamsController: BottomAlertController {
181181
dnsUpstream.bootstrap = bootstraps
182182
dnsUpstream.serverIp = Data()
183183
dnsUpstream.id = 0
184-
dnsUpstream.outboundInterfaceName = nil
184+
dnsUpstream.outboundInterfaceName = networkUtils.getCurrentNetworkInterfaceSync()?.name
185185

186186
return dnsUpstream
187187
}

0 commit comments

Comments
 (0)