Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable auto system-proxy on MAC #235

Closed
alexarcherr opened this issue Sep 3, 2024 · 7 comments
Closed

How to disable auto system-proxy on MAC #235

alexarcherr opened this issue Sep 3, 2024 · 7 comments
Labels

Comments

@alexarcherr
Copy link

Version

11.1

Operating System

MacOS

How are you running SpoofDPI?

spoofdpi --enable-doh --window-size 0 -banner false -system-proxy false

Description

How to disable automatic system-level proxy?
-system-proxy false - doesn't work

@hempalex
Copy link

hempalex commented Sep 3, 2024

try -system-proxy=false -banner=false

@alexarcherr
Copy link
Author

Please correct CLI description in README, please!

@alexarcherr
Copy link
Author

yes, it works!

@hempalex
Copy link

hempalex commented Sep 3, 2024

spoofdpi uses standard flag package, you can refer to go docs
https://pkg.go.dev/flag#hdr-Command_line_flag_syntax

@xvzc
Copy link
Owner

xvzc commented Sep 3, 2024

@Ledorub As you know, We've been having so many issues related with --system-proxy. Will it be better to set the default value of the option to false? This way, we can just use like spoofdpi --system-proxy when it's needed, and people will not have to know about usage of flag package(when to use = or not).

@Ledorub
Copy link
Collaborator

Ledorub commented Sep 3, 2024

The problem I see with setting system-proxy to false by default is that people will have to know that they are expected to configure the apps to use proxy. Can it lead to more questions like "I launched the SpoofDPI, but the site X still doesn't work"?

@Ledorub Ledorub closed this as completed Sep 4, 2024
@xvzc
Copy link
Owner

xvzc commented Sep 8, 2024

@Ledorub I also partly agree with you. However, i think it's better to let people know about what system-proxy does and let them use the option on their need. Just in case of some issues like #213, which i think is more critical.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants