Global proxy setup for Windows Vista


Recommended Posts

You could use any address you want.. does not really matter.

127.0.0.0/8 is localhost.. so you could use any address you want in that range that your tunnelier is listening on.

There you go.. submit it as addon/plugin on their site. Something like autoIT would be a easy way to do something like that.. I really just do not see the need.. Just put the command(s) you want in batch file.. And create link to it or hotkey.

Your the one that was talking about saving time switching stuff -- how is launching an application, then doing something in the application faster than clicking a shortcut to batch file or using a hotkey that does what ever you want?

There you go.. submit it as addon/plugin on their site. Something like autoIT would be a easy way to do something like that.. I really just do not see the need.. Just put the command(s) you want in batch file.. And create link to it or hotkey.

Your the one that was talking about saving time switching stuff -- how is launching an application, then doing something in the application faster than clicking a shortcut to batch file or using a hotkey that does what ever you want?

I never said I would have to launch (manually) an application first... I never specified anything about how would I code the application, why are you making assumptions that it's going to harder than to use a hotkey? :p I said "application that allows me to easily switch".

Well, clicking a shortcut to a batch file is slower (depending on where the shortcut is located) than what I'm going to do and I don't like shortcuts. I only have a dock at the top and that's only for very specific applications. I don't like desktop shortcuts, nor quick launch shortcuts, I like my desktop clean and simple. The start menu is also not an option because I like to have it organized and there's no place for 2 shortcuts to switch between profiles and that would definitely be slower...

About hotkeys, I don't like hotkeys. The ones I use most are the ones on the laptop to turn on/off wireless, increase/decrease LCD brightness, control media player, etc... I don't like to have hotkeys for specific things like these.

What I'm going to do is an application that auto starts with windows and sits on the system tray. Then I can easily switch profiles by clicking on the icon and selecting the profile I want from the list. That's simple, easy and fast.

I don't know AutoIT but it seems a bloated application for just a simple task like what I want to do. Notice that I'm not bashing the application, I never tried it, but it seems to have lots of features that I'm not going to use and I don't want to install something for just a tiny thing...

So how are you going to write this application?

When did I say autoIT has to be installed to use what you create with it? You can compile it as an exe that does not need the autoIT to be installed, etc. I suggested it as a simple method of creating a gui for something like this -- which is what assumed you were talking about.

Why did you not say "tray" in the first place? With just the term application -- I assumed something that you would "launch" my bad I guess.

? for you -- you move between your school and your home so often that this "application" needs to be running when window starts? ;) You might like your desktop clean -- I on the other hand am not a fan of running applications that are used now and then ;)

Actually I do... during the weekdays I live in the place where the University is located and don't have internet access besides the WiFi network and during the weekend I live in my home (lol) where I have direct internet access.

That's why I need a quick and easy way to switch between configurations. Of the top of my head I use: Firefox, IE, RSSOwl, mIRC, SmartFTP client, Tunnelier. And you can imagine how painful it can be to keep constantly chaing proxy settings in all these applications (and probably others).

Well, I don't mind in having a simple application like this sitting on the tray. I have 2Gb on my laptop running Vista, it won't matter much. And I can always access it pretty quickly every time I have to...

Not sure what you were asking about "how are you going to write this application". What do you mean? Language? Probably C#... Or were you asking something different?

No that's what I was asking.. So your at university all week, and home only on the weekends.. But you need a application running all week that allows you "change" the proxy settings?, and starting everytime you boot to change your proxy profile? Does that make sense??

Click an icon on monday morning to point it at your school proxy. Saturday morning click it again to toggle to no parent proxy.. Put this icon in your dock, etc.. etc..

No matter what you write it in -- I would suggest you post to their site for an addon/plugin.

For that matter create a startup script set it to school proxy during the week, and not on weekends ;) Then you do not have click anything ;)

Like I said before, my dock is only for very specific applications not for everything. There isn't any place on my desktop where I want to have 2 shortcuts (for the 2 different configurations) besides the tray, with an icon and menu. So that's not an option.

About posting to their site, I'll think about it when I get it done lol.

That script thing by schedule could be an option but I don't want it... The normal use is like I said, one configuration during the weekdays and another during the weekend but that doesn't mean it's going to be like that every day of the year and I might need to switch to the other configuration any day for some reason and with the tray application, it's quick and easy.

And you are forgetting about one detail or maybe I'm the one that doesn't know better but... But when I run "3proxy home.cfg" (for instance), I'll have a command line window opened and I don't want it always open. With my application, I'll just start the process with the window hidden. Yeah, I know 3proxy can run as service, but I couldn't find anything in the documentation to switch between configurations while the service is running... So, I have to hide that window somewhere while switching configurations.

And what stop service, change config, start service is something you did not think about??

There is no reason to have some window open when 3proxy is running..

Go ahead -- write your application.. But for someone that did not even have time to look at a command line tool, etc.. Now you have time to write a application, etc..

Its a freaking simple .cmd or .bat file do everything you want.. Exactly like I said from the get go. But you seem to be to worried about your desktop not having any icons?? Your dock not having a link to a method to how to toggle between settings. You could stop and start and toggle between settings with one simple commandfile..

But sure go ahead -- you write a C# application to do do something that can be done arleady with a few simple commands ;)

And what stop service, change config, start service is something you did not think about??

I honestly don't understand what you mean by this... Stopping the service, changing config and starting the service is a pain in the ass to be doing it a couple of times every weekend. But like I said, I really don't understood what you mean by this...

There is no reason to have some window open when 3proxy is running..

There isn't? Then tell me, how can I run 3proxy without having a window opened and without using a service? Like I said before, I couldn't find anything in the documentation that helped me on this... If I have the 3proxy service started I have not find a way to switch configurations, so tell me, how do I do that? The only way I find to run 3proxy with the configuration I want is to manually execute "3proxy.exe <configfile>" and that creates a command line window which must be opened (unless hidden some way, thus my application) otherwise 3proxy process will be closed.

Go ahead -- write your application.. But for someone that did not even have time to look at a command line tool, etc.. Now you have time to write a application, etc..

Once again, stop making assumptions... I never said I was going to do it now, tomorrow, next week or event next month. In fact, I'm not going to do it anytime soon cause I have many exams coming in the next weeks and many other things to do which have more priority. I'll do it, when I get the chance, not right now.

Its a freaking simple .cmd or .bat file do everything you want.. Exactly like I said from the get go. But you seem to be to worried about your desktop not having any icons?? Your dock not having a link to a method to how to toggle between settings. You could stop and start and toggle between settings with one simple commandfile..

No it's not simple. What part did you miss that:

1) I don't like desktop shortcuts at all. I never add one for more than a couple of days and never will. I only have desktop shortcuts for couple of days when I'm testing something and I need quick access to something.

2) I don't like the quick launch shortcuts and they take precious space on my taskbar which I like to keep it with one line.

3) My dock is only for very special applications. I don't want to have this shortcut placed there, simply as that.

Also, you say that I can "stop and start and toggle between settings with one simple command file". Well, tell me, how can I do that with one command file without having the command line opened all the time?

But sure go ahead -- you write a C# application to do do something that can be done arleady with a few simple commands ;)

But... what's your problem with me doing an application to fit my needs anyway? I don't get it...

You have been very helpful in this problem of mine but right, you're just no making any sense in the way you are talking to me... It's like you want to force me to use my computer the way you use yours. We are different persons, we have different needs and I use my computer in a way and you use yours in other. I don't like desktop icons, I have my way or organizing things in my dock and start menu. Why can't you understand that?

If I want to make an application that will fit my needs better, exactly the way I want it which will allow me to switch between configurations the way I want it, what's your problem with that? If anyone should have problem with it, it's me, not you or anyone else.

I just don't understand why you are talking to me like that...

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Meta announces a major leadership change at WhatsApp by Pradeep Viswanathan Meta has announced a major leadership change at WhatsApp, with Will Cathcart stepping down after seven years of leading the world's largest messaging platform. CRED CEO and founder Kunal Shah will take over as the next global head of WhatsApp. CRED is an Indian fintech company focused on creditworthy consumers. As part of the transition, Meta is also making a minority investment in CRED through its Series H funding round. Meta CEO Mark Zuckerberg said Will Cathcart will remain at Meta and move into a new role focused on building new products from the ground up. Cathcart led WhatsApp during a major growth phase, helping the app reach more than 3 billion users worldwide. He also played a key role in expanding WhatsApp’s business offerings while keeping privacy and end-to-end encryption central to the product. Meta’s Chief Product Officer, Chris Cox, said Kunal Shah was selected after a search for a leader who understands WhatsApp’s global scale and future potential. In a leaked internal memo, Cox described Shah as a “serial founder” and one of India’s most respected entrepreneurs, adding that he brings “entrepreneurial energy” and a strong product mindset to the role. As part of the Series H funding round, CRED is raising ₹8,550 crore, or about $900 million, in a round led by Meta. The funding values CRED at ₹43,239 crore, or about $4.5 billion, on a post-money basis. It is important to note that this investment will not give Meta access to CRED customer information. Kunal posted the following on X regarding his new role at Meta: Although Kunal Shah will be stepping away from his operating role as CRED CEO, he will retain his personal shareholding in the company.
    • It wouldn't be hard for me to turn off my TV, if I had one. For one thing, I never scroll Instagram. The only reason I have an account is because Meta created one when it merged the account systems for its various services.
    • OpenAI's new GPT-5.5-Cyber tops Claude Mythos 5 in vulnerability benchmark by Pradeep Viswanathan OpenAI today announced a major expansion of Daybreak, a cybersecurity initiative designed to help defenders find, validate, and fix software vulnerabilities earlier in the development process. The availability of powerful AI models has definitely changed the cybersecurity landscape by making vulnerability discovery much faster. However, the bigger bottleneck for the industry is now patching those vulnerabilities. Impacted software teams need to validate the discovered issues, understand their impact, develop fixes, test them, and deploy patches. Back in March, OpenAI launched a preview of Codex Security, which uses agentic reasoning with automated validation to discover high-impact issues and actionable fixes specific to the codebase. Since then, it has scanned more than 30 million commits across over 30,000 codebases; more than 70,000 findings were marked as fixed by human reviewers, while over 500,000 findings were automatically determined to be fixed. Now, OpenAI is releasing an updated Codex Security plugin that can run deep scans, review recent code changes, generate security reports, trace attack paths, validate findings, and create codebase-specific patches for human review. It can also triage findings from existing scanners, advisories, bug bounty reports, and ticketing systems. OpenAI says the plugin can export results to vulnerability management systems and integrate with workflows using SARIF files, CodeQL queries, the Codex CLI, and the Codex app. Back in May, OpenAI announced the preview of GPT-5.5-Cyber, a new model built on top of the recently released GPT-5.5, designed for specialized cybersecurity work. Today, OpenAI launched the full version of GPT-5.5-Cyber through a limited release for verified defenders. On CyberGym, GPT-5.5-Cyber scored 85.6%, compared with 81.8% for GPT-5.5 and 83.8% for Claude Mythos 5. It also scored 39.5% on ExploitGym, compared with 25.95% for GPT-5.5, and 69.8% on SEC-bench Pro, compared with 63.1%. OpenAI also announced the new Daybreak Cyber Partner Program, which will allow security vendors and service providers to use GPT-5.5 with Trusted Access for Cyber in their products and services. Accenture, Akamai, Cisco, Cloudflare, CrowdStrike, IBM, Palo Alto Networks, Proofpoint, SentinelOne, Wiz, Zscaler, and others were listed as initial partners for this program. OpenAI is also launching Patch the Planet with Trail of Bits, HackerOne, Calif, researchers, and maintainers. More than 30 open-source projects have committed to participate, including cURL, Go, Python, Sigstore, and pyca/cryptography.
    • AMD confirms 26.6.2 FSR driver breaks on many Windows PCs by Sayan Sen Earlier today AMD released a major graphics driver update as it brings support for FSR 4.1 to Radeon RX 7000 series GPUs. The new update, version 26.6.2, also brings support for Assassin's Creed Black Flag Resynced and more. And while the driver technically supports Windows 10 version 21H2 and newer, the tech giant has confirmed that there is a major issue with the new driver on non-Windows 11 PCs as it fails to launch properly on such systems. The error message says, "The version of AMD Software that you have launched is not compatible with your currently installed AMD graphics driver." Therefore on the surface it looks like a compatibility problem. AMD has also confirmed that the device manager will display the yellow bang or yellow exclamation sign alongside your GPU under the Display adapters dropdown. Here is what the Radeon team's official advisory recommends to affected users: "Users Running Windows 10 and AMD Software: Adrenalin Edition 26.6.2 May Encounter Yellow Bang in Device Manager Affecting AMD Radeon RX Series Graphics ... Our Engineers are currently investigating this issue and will provide a fix once it is available. Affected users may revert to AMD Software: Adrenalin Edition 26.6.1 as a temporary workaround." As such you should revert back to the previous 26.6.1 driver which was released earlier this month. In case you were looking to play Assassin's Creed Black Flag Resynced and DOOM: The Dark Ages | Revelations you will probably have to wait a while if you want the driver to support those games officially. You can find the support article here on Microsoft's website.
    • https://uupdump.net/selectlang...7829-4524-978d-7b5fe79263e3
  • Recent Achievements

    • Week One Done
      Almohandis earned a badge
      Week One Done
    • Rookie
      dorf went up a rank
      Rookie
    • First Post
      mike_rumble earned a badge
      First Post
    • Dedicated
      tuben earned a badge
      Dedicated
    • Week One Done
      mnsgroup earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      506
    2. 2
      +Edouard
      208
    3. 3
      PsYcHoKiLLa
      100
    4. 4
      Michael Scrip
      88
    5. 5
      neufuse
      71
  • Tell a friend

    Love Neowin? Tell a friend!