[GH-ISSUE #1647] All my traffic is being routed by proxyman #1642

Closed
opened 2026-03-03 19:53:06 +03:00 by kerem · 3 comments
Owner

Originally created by @FranDepascuali on GitHub (May 23, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1647

Description

I have added these lines in my .zshrc

set -a && source "$HOME/.proxyman/proxyman_env_automatic_setup.sh" && set +a

Now I took them out, but unfortunately a lot of things in my computer fails.
The env variables are set

echo $HTTPS_PROXY
http://host.docker.internal:9090
echo $HTTP_PROXY
http://host.docker.internal:9090

Environment

  • Proxyman Version 4.7.1 (47010)
  • Apple M1 Max - Ventura 13.3.1 (a)

Where are you setting up those env variables? My last resort seems to be uninstalling and installing proxyman, but I wouldn't like to do that because I already paid my subscription and dunno what would happen if I do that

Originally created by @FranDepascuali on GitHub (May 23, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1647 ## Description I have added these lines in my .zshrc ``` set -a && source "$HOME/.proxyman/proxyman_env_automatic_setup.sh" && set +a ``` Now I took them out, but unfortunately a lot of things in my computer fails. The env variables are set ``` echo $HTTPS_PROXY http://host.docker.internal:9090 ``` ``` echo $HTTP_PROXY http://host.docker.internal:9090 ``` ## Environment - Proxyman Version 4.7.1 (47010) - Apple M1 Max - Ventura 13.3.1 (a) Where are you setting up those env variables? My last resort seems to be uninstalling and installing proxyman, but I wouldn't like to do that because I already paid my subscription and dunno what would happen if I do that
kerem 2026-03-03 19:53:06 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@FranDepascuali commented on GitHub (May 23, 2023):

Update:
I think I fixed it by ticking this box here:
image

But this was a nasty bug, there's something going on probably

<!-- gh-comment-id:1558407440 --> @FranDepascuali commented on GitHub (May 23, 2023): Update: I think I fixed it by ticking this box here: <img width="603" alt="image" src="https://github.com/ProxymanApp/Proxyman/assets/12101394/a275324c-d16f-4ae5-9c2a-79834036866a"> But this was a nasty bug, there's something going on probably
Author
Owner

@FranDepascuali commented on GitHub (May 23, 2023):

NVM, it turned out to me something on my end. Closing, I'm sorry!

<!-- gh-comment-id:1558409410 --> @FranDepascuali commented on GitHub (May 23, 2023): NVM, it turned out to me something on my end. Closing, I'm sorry!
Author
Owner

@NghiaTranUIT commented on GitHub (May 23, 2023):

@FranDepascuali I highly recommend that you should NOT manually add this line to your .zshrc

set -a && source "$HOME/.proxyman/proxyman_env_automatic_setup.sh" && set +a

because it affects all Terminal Sessions.

Some env override the Proxy, and it requires Proxyman to open in order to make your code work properly.

I suggest using the Manual Mode, executing this code in each Terminal Session -> It's safer because doesn't affect your system.

<!-- gh-comment-id:1558416122 --> @NghiaTranUIT commented on GitHub (May 23, 2023): @FranDepascuali I highly recommend that you should NOT manually add this line to your `.zshrc` ``` set -a && source "$HOME/.proxyman/proxyman_env_automatic_setup.sh" && set +a ``` because it affects all Terminal Sessions. Some env override the Proxy, and it requires Proxyman to open in order to make your code work properly. I suggest using the Manual Mode, executing this code in each Terminal Session -> It's safer because doesn't affect your system.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1642
No description provided.