You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should investigate adding support for a system-configured proxy through a HTTP agent that supports SOCKS proxies, like got.
I assume the hard part about this is a cross-platform way of detecting whether there is a active system proxy. In macOS, that can be shown through networksetup -getwebproxy "Wi-Fi" for example.
The text was updated successfully, but these errors were encountered:
Spawned off sindresorhus/is-online#18 and sindresorhus/is-online-cli#1:
We should investigate adding support for a system-configured proxy through a HTTP agent that supports SOCKS proxies, like got.
I assume the hard part about this is a cross-platform way of detecting whether there is a active system proxy. In macOS, that can be shown through
networksetup -getwebproxy "Wi-Fi"
for example.The text was updated successfully, but these errors were encountered: