Skip to content

Commit

Permalink
hot fix for ios config transport
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Dec 16, 2024
1 parent 1fca9c4 commit b3fe3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internalsdk/ios/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func Configure(configFolderPath string, userID int, proToken, deviceID string, r
configFolderPath: configFolderPath,
hardcodedProxies: hardcodedProxies,
uc: uc,
rt: proxied.ParallelPreferChained(),
rt: proxied.Fronted("ios-configure"),
}
return cf.Configure(userID, proToken, refreshProxies)
}
Expand Down

0 comments on commit b3fe3aa

Please sign in to comment.