-
Notifications
You must be signed in to change notification settings - Fork 97
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
Direct access when not behind a enterprise proxy #19
Comments
hi, thank you for suggestion. I understand your situation. However it is not easy to determine whether it should enable or disable proxy, so I have no plan to implement this feature. Thank you anyway. |
It has to be a switch like -direct or -skip-proxy, i.e. a manual feature. I
don't think you can magically know that you are at home.
Currently I have a script:
ubuntu@ubuntu-vb:~$ proxy -o start
Password: ******
Starting proxy...
Proxy is running...
the idea is to have proxy -o start -direct, but I want to keep using
proxy-login-automator as all application use the local proxy.
Not sure but I think this also can be done with a PAC file, but I think
proxy-login-automator cannot receive one as a parameter.
Regards
…On Wed, Aug 8, 2018 at 1:59 AM, jjqq ***@***.***> wrote:
hi, thank you for suggestion. I understand your situation. However it is
not easy to determine whether it should enable or disable proxy, so I have
no plan to implement this feature. Thank you anyway.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC7Cye87yh197Cu-l9_yAaDTJ-mapl8_ks5uOjf8gaJpZM4VwULD>
.
|
It think that what you propose here #14 (comment) would do the trick...but is overwhelming. |
Oh, this seems need this tool return a "DIRECT" to browser so that they know then connect to target web site directly, so this is exactly the PAC mode, and it turns out that you want "local PAC file", this is the second requests of local PAC file, I will consider to implement it next time when I modify this tool, but I am sorry that I have no time now. |
that would be great :)
Thanks
…On Wed, Aug 8, 2018 at 9:08 AM, jjqq ***@***.***> wrote:
Oh, this seems need this tool return a "DIRECT" to browser so that they
know then connect to target web site directly, so this is exactly the PAC
mode, and it turns out that you want "local PAC file", this is the second
requests of local PAC file, I will consider to implement it next time when
I modify this tool, but I am sorry that I have no time now.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC7CyaRlN7GxKPcLlmCvybvcVGpiRuZ6ks5uOpx9gaJpZM4VwULD>
.
|
Is it possible to act as final proxy and do direct access when not behind a enterprise proxy? i.e. when I work from home I keep using the proxy-login-automator but withour relaying to the enterprise http(s) proxy.
The text was updated successfully, but these errors were encountered: