mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #234] [MERGED] Introduce custom interface rules, more #minor #381
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#381
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/234
Author: @lts-rad
Created: 11/15/2023
Status: ✅ Merged
Merged: 11/16/2023
Merged by: @lts-rad
Base:
main← Head:dev📝 Commits (10+)
ec87e4f[ui] add ModalContexta51094c[ui] use ModalContext8daaf76[ui] use ModalContext808b781[ui] add and use EditDatabased834648[ui] fix if null in selects39cc5bb[ui] add back edit events9af488e[ui] edit event viewsd0e97d2[ui] edit event views9768ec9[ui] add componentd224be2[ui] add pagination component📊 Changes
74 files changed (+3610 additions, -1487 deletions)
View changed files
➕
RELEASE-NOTES.md(+16 -0)📝
api/code/api.go(+30 -1)📝
api/code/firewall.go(+222 -5)📝
api/code/interfaces.go(+15 -2)📝
api/code/plugins.go(+28 -0)📝
api/code/uplink.go(+16 -11)➕
api_sample_plugin/README.md(+30 -0)📝
api_sample_plugin/code/sample_plugin.go(+26 -0)📝
api_sample_plugin/docker-compose.yml(+1 -0)📝
base/scripts/nft_rules.sh(+103 -31)📝
frontend/package.json(+2 -2)📝
frontend/src/App.js(+19 -1)📝
frontend/src/App.web.js(+19 -1)📝
frontend/src/AppContext.js(+14 -1)📝
frontend/src/__tests__/Pfw.js(+1 -1)📝
frontend/src/api/Firewall.js(+10 -1)📝
frontend/src/api/MockAPI.js(+1 -1)📝
frontend/src/api/Plugin.js(+11 -10)📝
frontend/src/components/Accordion.js(+30 -11)📝
frontend/src/components/ClientSelect.js(+2 -2)...and 54 more files
📄 Description
/firewall/custom_interfacefor joining new interfaces to the network, as if they were devices. Supports assigning device groups such aswan,lan,dnsand custom groups.Custom Interface Accessrules for updatingcustom_interfacerulesbase/configs/custom_compose_paths.jsonsupport to superd, enabling loading of custom compose files from the UIFixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.