{"id":17040943,"url":"https://github.com/uggla/proxyzap","last_synced_at":"2025-07-11T11:33:44.877Z","repository":{"id":148621236,"uuid":"87421000","full_name":"uggla/proxyzap","owner":"uggla","description":"A simple script/service to change Gnome3 proxy settings based on connected subnet","archived":false,"fork":false,"pushed_at":"2018-12-01T23:17:57.000Z","size":122,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T21:04:29.423Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uggla.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-04-06T11:20:46.000Z","updated_at":"2018-12-01T23:17:59.000Z","dependencies_parsed_at":"2023-05-20T17:45:39.227Z","dependency_job_id":null,"html_url":"https://github.com/uggla/proxyzap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uggla/proxyzap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggla%2Fproxyzap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggla%2Fproxyzap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggla%2Fproxyzap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggla%2Fproxyzap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uggla","download_url":"https://codeload.github.com/uggla/proxyzap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uggla%2Fproxyzap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264795507,"owners_count":23665233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-14T09:10:56.221Z","updated_at":"2025-07-11T11:33:44.852Z","avatar_url":"https://github.com/uggla.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# proxyzap\nA simple script/service to change Gnome3 and dnf proxy settings based on connected subnet\n\n![Screenshot1](screenshots/screenshot1.png)\n\n\n# Installation\n\n* Clone the repository\n```\ngit clone https://github.com/uggla/proxyzap.git\n```\n\n* Create the systemd service configuation directory.\n```\nmkdir -p  ~/.config/systemd/user\n```\n\n* Run the install.sh script. This script will create a systemd service file and link it with your systemd user settings.\n\n* If you want proxyzap to control your dnf proxy setting, run it with:\n```\nsudo ./install.sh --dnfproxy\n```\n**NOTE: You must run the script with root privileges. It will change group ownership of the dnf configuration file and will allow mode write access for the current user.**\n\n# Service management\n\n* Status\n```\nsystemctl --user status proxyzap.service\n```\n\n* Start\n```\nsystemctl --user start proxyzap.service\n```\n\n* Stop\n```\nsystemctl --user stop proxyzap.service\n```\n\n\n\n# Configuration file\n\n```ini\n[proxyzap]\nSUBGW = \"192.168.0.254:proxy_profile\"\nENABLEPROXYDNF = True\nDEBUG = True\n\n[proxy_profile]\nPROXY = \"myproxy.mydomain.local\"\nPROXYPORT = \"8080\"\nPROXYIGNORE = localhost, 127.0.0.0/8, ::1\n```\n\n* SUBGW: Is the gateway off the network that requires proxy settings.\n* PROXY: Proxy host name.\n* PROXYPORT: Proxy port used.\n* PROXYIGNORE: Hosts or subnets that do not need a proxy to connect to.\n* ENABLEPROXYDNF: Enable dnf proxy control.\n* DEBUG = True|False, set the log verbosity.\n\n\n# Limitations\nCurrently it can manage only one proxy.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuggla%2Fproxyzap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuggla%2Fproxyzap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuggla%2Fproxyzap/lists"}