{"id":31541120,"url":"https://github.com/git-user-cpp/fwl","last_synced_at":"2025-10-04T10:55:48.127Z","repository":{"id":277168923,"uuid":"931552049","full_name":"git-user-cpp/fwl","owner":"git-user-cpp","description":"Quick tool for restoring iptables rules","archived":false,"fork":false,"pushed_at":"2025-06-25T09:37:03.000Z","size":2525,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T10:44:05.275Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://git-user-cpp.github.io/fwl/fwl/index.html","language":"Rust","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/git-user-cpp.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["git-user-cpp"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2025-02-12T13:24:40.000Z","updated_at":"2025-06-25T09:36:24.000Z","dependencies_parsed_at":"2025-02-12T14:48:23.798Z","dependency_job_id":"4eafd846-d2c0-48db-bb47-ffb581bf7763","html_url":"https://github.com/git-user-cpp/fwl","commit_stats":null,"previous_names":["git-user-cpp/fwl"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/git-user-cpp/fwl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-user-cpp%2Ffwl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-user-cpp%2Ffwl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-user-cpp%2Ffwl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-user-cpp%2Ffwl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/git-user-cpp","download_url":"https://codeload.github.com/git-user-cpp/fwl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-user-cpp%2Ffwl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278302566,"owners_count":25964521,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-04T10:55:43.606Z","updated_at":"2025-10-04T10:55:48.122Z","avatar_url":"https://github.com/git-user-cpp.png","language":"Rust","readme":"# fwl\n\nQuick tool for restoring iptables rules.\n\n---\n\n![GitHub Release](https://img.shields.io/github/v/release/git-user-cpp/fwl?style=flat-square\u0026logo=github)\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/git-user-cpp/fwl/rust.yml?style=flat-square\u0026logo=github)\n![GitHub Repo stars](https://img.shields.io/github/stars/git-user-cpp/fwl?style=flat-square\u0026logo=github)\n\n![GitHub contributors](https://img.shields.io/github/contributors/git-user-cpp/fwl?style=flat-square\u0026logo=github) ![GitHub last commit](https://img.shields.io/github/last-commit/git-user-cpp/fwl?style=flat-square\u0026logo=github)\n\n![GitHub License](https://img.shields.io/github/license/git-user-cpp/fwl?style=flat-square\u0026logo=github)\n\n---\n\n## How to use\n\nTo use the program download the latest version here: https://github.com/git-user-cpp/fwl/tree/main/releases\n\nUnpack the archive:\n```\ntar -xzf fwl_0_1_0.tar.gz\n```\nThen enter the program directory:\n```\ncd fwl_0_1_0\n```\nAnd finally run the program:\n```\nsudo ./fwl\n```\n\n---\n\nAll set! Your iptables rules are restored!\n\n---\n\nIf you want to build the program, clone the repository then:\n```\ncd fwl\n```\nBuild the binary:\n```\ncargo build -r\n```\nIf you need to use debugger:\n```\ncargo build\n```\n\n---\n\n## Documentation\nhttps://git-user-cpp.github.io/fwl/fwl/index.html\n\n---\n\n## ⚠️ LICENSE ⚠️\n\n    fwl - quick tool for restoring iptables rules\n    Copyright (C) 2025  Andrew Kushyk\n    \n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU Affero General Public License as published\n    by the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n    \n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU Affero General Public License for more details.\n    \n    You should have received a copy of the GNU Affero General Public License\n    along with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\n---\n","funding_links":["https://github.com/sponsors/git-user-cpp"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-user-cpp%2Ffwl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgit-user-cpp%2Ffwl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-user-cpp%2Ffwl/lists"}