chore: update .gitignore, add docs site, plan docs

This commit is contained in:
datadunia
2026-05-23 04:16:13 +07:00
parent 92051d5fb4
commit 64e29609b3
17 changed files with 1568 additions and 3 deletions
+15
View File
@@ -0,0 +1,15 @@
# Peers
Manage peer devices and their advanced network settings.
## Overview
Peers represent individual client devices connected to the NexusGuard network. Each peer has configurable network parameters that can override node-level defaults.
## Features
- **Allowed IPs**: Override the default routing prefix for a specific device.
- **DNS / MTU / Keepalive**: Device-level overrides that cascade from device → node defaults → hardcoded defaults.
- **Notes**: Add annotations to any device for organizational purposes.
- **Suspend/Unsuspend**: Temporarily disable a device's tunnel without deleting its configuration.
- **Firewall Rules**: Configure per-device nftables rules for fine-grained access control.