https://github.com/glcomtech/fwl
Quick tool for restoring iptables rules.
https://github.com/glcomtech/fwl
firewall gnu-linux iptables linux rust rust-lang tools unix
Last synced: about 1 month ago
JSON representation
Quick tool for restoring iptables rules.
- Host: GitHub
- URL: https://github.com/glcomtech/fwl
- Owner: glcomtech
- License: agpl-3.0
- Created: 2025-08-10T11:17:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-10T16:42:59.000Z (11 months ago)
- Last Synced: 2025-08-10T16:43:38.226Z (11 months ago)
- Topics: firewall, gnu-linux, iptables, linux, rust, rust-lang, tools, unix
- Language: Rust
- Homepage: https://glcomtech.github.io/fwl/fwl/index.html
- Size: 2.41 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# fwl
Quick tool for restoring iptables rules.
---



 

---
## How to use
To use the program download the latest version here: https://github.com/glcomtech/fwl/releases
Unpack the archive:
```
tar -xzf fwl_0.2.1_x86_x64.tar.gz
```
Then enter the program directory:
```
cd fwl_0.2.1_x86_x64
```
And finally run the program:
```
sudo ./fwl
```
---
All set! Your iptables rules are restored!
---
If you want to build the program, clone the repository then:
```
cd fwl
```
Build the binary:
```
cargo build -r
```
If you need to use debugger:
```
cargo build
```
---
## Documentation
https://glcomtech.github.io/fwl/fwl/index.html
---
## ⚠️ LICENSE ⚠️
fwl - quick tool for restoring iptables rules
Copyright (C) 2025 Andrew Kushyk
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
---