himanshub16 / himanshub16/ProxyMan
Strange proxy setting
- Dominant language
- Shell
- Stars
- 710
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
proxyman list
```
Hmm... listing it all
Shell proxy settings : /root/.bashrc
export http_proxy="http://http://127.0.0.1:7890/"
export ftp_proxy="ftp://http://127.0.0.1:7890/"
export rsync_proxy="rsync://http://127.0.0.1:7890/"
export no_proxy="localhost,127.0.0.1,192.168.1.1,::1,*.local"
export HTTP_PROXY="http://http://127.0.0.1:7890/"
export FTP_PROXY="ftp://http://127.0.0.1:7890/"
export RSYNC_PROXY="rsync://http://127.0.0.1:7890/"
export NO_PROXY="localhost,127.0.0.1,192.168.1.1,::1,*.local"
export https_proxy="http://127.0.0.1:7890/"
export HTTPS_PROXY="http://127.0.0.1:7890/"
Shell proxy settings : /root/.zshrc
export http_proxy="http://http://127.0.0.1:7890/"
export ftp_proxy="ftp://http://127.0.0.1:7890/"
export rsync_proxy="rsync://http://127.0.0.1:7890/"
export no_proxy="localhost,127.0.0.1,192.168.1.1,::1,*.local"
export HTTP_PROXY="http://http://127.0.0.1:7890/"
export FTP_PROXY="ftp://http://127.0.0.1:7890/"
export RSYNC_PROXY="rsync://http://127.0.0.1:7890/"
export NO_PROXY="localhost,127.0.0.1,192.168.1.1,::1,*.local"
export https_proxy="http://127.0.0.1:7890/"
export HTTPS_PROXY="http://127.0.0.1:7890/"
Desktop proxy settings (GNOME)
No schemas installed
No schemas installed
No schemas installed
http
No schemas installed
No schemas installed
No schemas installed
Auth
No schemas installed
No schemas installed
https
No schemas installed
No schemas installed
ftp
No schemas installed
No schemas installed
socks
No schemas installed
no_proxy
git proxy settings :
http http://http://127.0.0.1:7890/
https https://http://127.0.0.1:7890/
APT proxy settings :
3
Done
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running `proxyman list` in an environment matching the report and trace how shell, desktop, Git, and APT proxy settings are collected. Determine which output section produces duplicated URL schemes or unexpected messages; done means the command reports each detected proxy setting accurately without malformed values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, shell
- Domain
- cli, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100