summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 679c49e..c648168 100644
--- a/README.md
+++ b/README.md
@@ -114,12 +114,8 @@ To support multiple concurrent commands on the same WireGuard tunnel without re-
| **Isolation** | Global | Per-process/Namespace |
| **Routing** | Host Routing Table | Isolated Namespace Table |
-## Implementation Roadmap
-1. **Bootstrap Logic**: Implement the `unshare` and re-execution flow via an embedded C launcher. (DONE)
-2. **TUN/WG Integration**: Integrate the `tun` device with the `wireguard-go` device.
-3. **Routing Automation**: Automate the `ip` command sequence for interface and route setup.
-4. **Config & Profile Management**: Implement a robust parser for WireGuard configuration files and a full profile management system (import, list, edit, delete) targeting `~/.config/wg-wrap/profiles/`.
-5. **Lifecycle Management**: Ensure the TUN and WireGuard devices are cleaned up upon process termination.
+## License
+This project is free and unencumbered software released into the public domain. See the [LICENSE](LICENSE) file for details.
## Technical Gotchas & Implementation Details