{"id":26244097,"url":"https://github.com/rkbalgi/proxy-switcher","last_synced_at":"2026-04-28T17:02:08.348Z","repository":{"id":81626695,"uuid":"82925894","full_name":"rkbalgi/proxy-switcher","owner":"rkbalgi","description":"A simple utility to switch between multiple proxy profiles (one for work at, office, mobile etc)","archived":false,"fork":false,"pushed_at":"2017-02-23T18:32:15.000Z","size":13,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T23:03:43.281Z","etag":null,"topics":["multiple","proxy","settings","switch","windows"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rkbalgi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-23T12:39:24.000Z","updated_at":"2024-06-02T14:37:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd231e31-0c2c-4ab7-be6d-4b2d942a2706","html_url":"https://github.com/rkbalgi/proxy-switcher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rkbalgi/proxy-switcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkbalgi%2Fproxy-switcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkbalgi%2Fproxy-switcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkbalgi%2Fproxy-switcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkbalgi%2Fproxy-switcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rkbalgi","download_url":"https://codeload.github.com/rkbalgi/proxy-switcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkbalgi%2Fproxy-switcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32390067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["multiple","proxy","settings","switch","windows"],"created_at":"2025-03-13T10:38:59.016Z","updated_at":"2026-04-28T17:02:08.342Z","avatar_url":"https://github.com/rkbalgi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# proxy-switcher\nA simple utility to switch between multiple proxy profiles (one for work, at office, mobile etc)\n\n# Installation\n* Just build the jar file and place in a directory of your choice\n* Now write a couple of powershell scripts (example below) that will do the actual job of changing the proxy settings (in the registry)\n* The powershell scripts shall have an extension of .ps1 or .PS1 and should be in the same directory as that of the proxyswitcher jar file\n* Once the application is launched (with a java8+ jvm) it will appear in the system tray and please refer to the below picture for usage\n\n![](https://github.com/rkbalgi/github.io/blob/master/ps_img.png)\n\n#Powershell Scripts\nBelow is an example of the powershell script (acme.ps1)\n\n\u003cpre\u003e\n# proxy setting change script for acme\n##\n##\n# Do not change the below line\n$regKey=\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\"\n# The below line should be proxy/port in your organization or workplace\nset-ItemProperty -path $regKey ProxyServer -value 'proxy.acme.com:8080'\n# below value should be 1 for enable proxy and 0 for disable\nset-ItemProperty -path $regKey ProxyEnable   -value 1\n# the list of system names/ip's that should bypass the proxy\nSet-ItemProperty -path $regKey ProxyOverride -value '*.acme.com;*hr*;*acmeinternal*'\n\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkbalgi%2Fproxy-switcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frkbalgi%2Fproxy-switcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkbalgi%2Fproxy-switcher/lists"}