diff --git a/Architecture.md b/Architecture.md new file mode 100644 index 0000000..575bbb3 --- /dev/null +++ b/Architecture.md @@ -0,0 +1,5 @@ +Welcome to the kubevpn wiki! + +## Architecture +connect mode: create a tunnel with port-forward, add route to virtual interface, like tun0, forward taffic thougth tunnel to remote traffic manager. +reverse mode: base on connect mode, inject a container to controller, use iptables to block all inbound traffic and forward to local thougth tunnel \ No newline at end of file diff --git a/Home.md b/Home.md deleted file mode 100644 index 03eb6c6..0000000 --- a/Home.md +++ /dev/null @@ -1 +0,0 @@ -Welcome to the kubevpn wiki!