Refactor code structure for improved readability and maintainability
This commit is contained in:
6
client_test/.config/vpn_config.toml
Normal file
6
client_test/.config/vpn_config.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[mode.Client]
|
||||
server = "127.0.0.1:443"
|
||||
interface_ip = "2.2.2.2/32"
|
||||
interface_name = "xvpn0"
|
||||
local_routes = ["4.4.4.0/24"]
|
||||
mtu = 1400
|
||||
1
client_test/xvpn
Symbolic link
1
client_test/xvpn
Symbolic link
@@ -0,0 +1 @@
|
||||
../target/release/xvpn
|
||||
Reference in New Issue
Block a user