Skip to content

How can we unset the proxy environment variables? #110

Open
@Nefcanto

Description

@Nefcanto

I downloaded Hidify, and ran it. After a while I stopped it and quit the application.
Yet my curl fails to connect. It's because of the proxies set in the environment variables somewhere.

I can see them using env | grep -i proxy:

no_proxy=localhost,127.0.0.0/8,::1
ftp_proxy=http://127.0.0.1:12334/
https_proxy=http://127.0.0.1:12334/
NO_PROXY=localhost,127.0.0.0/8,::1
FTP_PROXY=http://127.0.0.1:12334/
HTTPS_PROXY=http://127.0.0.1:12334/
HTTP_PROXY=http://127.0.0.1:12334/
http_proxy=http://127.0.0.1:12334/
ALL_PROXY=socks://127.0.0.1:12334/
all_proxy=socks://127.0.0.1:12334/

I find nowhere to unset them in the GUI. Where can we unset them?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions