mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #77] [MERGED] Mesh #286
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#286
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/77
Author: @lts-rad
Created: 9/30/2022
Status: ✅ Merged
Merged: 9/30/2022
Merged by: @lts-rad
Base:
dev← Head:mesh📝 Commits (10+)
75c2b01[api] Add devices sync support295713d[api] Rename endpointe064652[mesh] Add mesh support, disabling extra servicesf126842[base] Add stricter firewall startup and enable arp filtering21e0cd5[wifid] Add disconnect event callbacka9c73c4[api] Add disconnect callback, mesh support24faaa4[api] Refactor mesh support, adding SSID and PSK Reload eventsc628c32[mesh] Add scripts to disable dns with mesh modeb887d14[mesh] Add mesh to superd whitelist62f06e8[mesh] Fix dns script permissions📊 Changes
43 files changed (+1129 additions, -165 deletions)
View changed files
📝
api/code/api.go(+99 -3)📝
api/code/auth.go(+41 -4)📝
api/code/firewall.go(+3 -3)📝
api/code/notifications.go(+2 -2)📝
api/code/plugins.go(+73 -4)📝
api/code/radios.go(+12 -5)📝
base/Dockerfile(+1 -0)➕
base/docker_nftables_setup_bridge.sh(+60 -0)📝
base/scripts/nft_rules.sh(+18 -0)📝
base/scripts/startup.sh(+8 -2)📝
dhcp/Dockerfile(+2 -1)📝
dhcp/scripts/client.sh(+8 -0)📝
dhcp/scripts/startup.sh(+4 -1)📝
dns/Dockerfile(+2 -1)➕
dns/scripts/startup.sh(+5 -0)📝
docker-compose-virt.yml(+4 -0)📝
docker-compose.yml(+6 -1)📝
dyndns/code/dyndns_plugin.go(+58 -26)📝
frontend/src/AppContext.js(+3 -1)📝
frontend/src/api/API.js(+17 -0)...and 23 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.