[PR #19] [MERGED] Firewall api #251

Closed
opened 2026-03-04 01:35:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/19
Author: @lts-rad
Created: 4/28/2022
Status: Merged
Merged: 4/28/2022
Merged by: @lts-rad

Base: devHead: firewall_api


📝 Commits (10+)

📊 Changes

13 files changed (+414 additions, -113 deletions)

View changed files

📝 api/code/api.go (+10 -1)
📝 api/code/firewall.go (+278 -0)
📝 base/scripts/nft_rules.sh (+63 -18)
📝 base/template_configs/base/nft_rules.sh (+5 -0)
📝 frontend/README.md (+6 -0)
📝 frontend/src/api/Firewall.js (+3 -5)
📝 frontend/src/components/Firewall/AddBlock.js (+19 -28)
📝 frontend/src/components/Firewall/AddForward.js (+8 -30)
📝 frontend/src/components/Firewall/BlockList.js (+9 -14)
📝 frontend/src/components/Firewall/ForwardList.js (+2 -4)
📝 frontend/src/components/Wifi/WifiInterfaceList.js (+2 -2)
📝 frontend/src/views/Firewall.js (+3 -9)
📝 frontend/src/views/Traffic.js (+6 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spr-networks/super/pull/19 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 4/28/2022 **Status:** ✅ Merged **Merged:** 4/28/2022 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `dev` ← **Head:** `firewall_api` --- ### 📝 Commits (10+) - [`aaf2aa2`](https://github.com/spr-networks/super/commit/aaf2aa2d1ab50ce1910f2110c0f00cac5fdf5cfb) [api] nftables apis wip - [`63e0d58`](https://github.com/spr-networks/super/commit/63e0d582610dc574a86205f6beb55d3b9c1dbf40) [ui] Add note about how to run with MockAPI - [`1424b22`](https://github.com/spr-networks/super/commit/1424b222a50bbd530be7eb6ec2e541450477933b) Merge branch 'dev' into firewall_api - [`f3041db`](https://github.com/spr-networks/super/commit/f3041dbaececd2ba1c09cca875f7c74954cc1316) [api] firewall WIP - [`7bc70f9`](https://github.com/spr-networks/super/commit/7bc70f958d52f749e82d0f23b96989d315fe030c) [api] Firewall WIP - [`d64fbf8`](https://github.com/spr-networks/super/commit/d64fbf820836ade4b1005f28f2e3048b0e55ee79) Merge branch 'dev' into firewall_api - [`12ec6e4`](https://github.com/spr-networks/super/commit/12ec6e4b34b0fb9515bd1b51a0bcbf0ee5e60a3b) [api] fix build - [`0817217`](https://github.com/spr-networks/super/commit/08172173d7e964032d4356d553cf9f4a5a0ecbc0) [api] modify forwarding - [`8c60526`](https://github.com/spr-networks/super/commit/8c60526fd752f4640667c5a770bfc6708e67dc37) [api] modify forwarding - [`3a452be`](https://github.com/spr-networks/super/commit/3a452becb7e8dfe5a0bd70a2bcc4399ad3719b97) [api] modify forwarding ### 📊 Changes **13 files changed** (+414 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `api/code/api.go` (+10 -1) 📝 `api/code/firewall.go` (+278 -0) 📝 `base/scripts/nft_rules.sh` (+63 -18) 📝 `base/template_configs/base/nft_rules.sh` (+5 -0) 📝 `frontend/README.md` (+6 -0) 📝 `frontend/src/api/Firewall.js` (+3 -5) 📝 `frontend/src/components/Firewall/AddBlock.js` (+19 -28) 📝 `frontend/src/components/Firewall/AddForward.js` (+8 -30) 📝 `frontend/src/components/Firewall/BlockList.js` (+9 -14) 📝 `frontend/src/components/Firewall/ForwardList.js` (+2 -4) 📝 `frontend/src/components/Wifi/WifiInterfaceList.js` (+2 -2) 📝 `frontend/src/views/Firewall.js` (+3 -9) 📝 `frontend/src/views/Traffic.js` (+6 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:35:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#251
No description provided.