mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #19] [MERGED] Firewall api #251
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#251
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:firewall_api📝 Commits (10+)
aaf2aa2[api] nftables apis wip63e0d58[ui] Add note about how to run with MockAPI1424b22Merge branch 'dev' into firewall_apif3041db[api] firewall WIP7bc70f9[api] Firewall WIPd64fbf8Merge branch 'dev' into firewall_api12ec6e4[api] fix build0817217[api] modify forwarding8c60526[api] modify forwarding3a452be[api] modify forwarding📊 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.