Refactor client and router code for improved readability, fix function naming, and enhance error handling; add initial test cases and configuration file

This commit is contained in:
2026-03-05 14:36:08 +01:00
parent 479270834d
commit dad49936be
7 changed files with 269 additions and 89 deletions

View File

@@ -0,0 +1,6 @@
[mode.Client]
server = "127.0.0.1:443"
interface_ip = "5.5.5.5/32"
interface_name = "xvpn1"
local_routes = ["6.6.6.0/24"]
mtu = 1400