diff --git a/.gitignore b/.gitignore index 69091d7..47f96fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ cover.html .DS_Store +build diff --git a/README.md b/README.md index 8dd591b..d2be5bb 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,7 @@ A lightweight tunneling service that enables secure connection forwarding throug - Bypass firewall restrictions for remote access Perfect for developers who need quick, temporary public access to local services without complex networking setup. + +### Example + +![Example](https://gitea.va.reichard.io/evan/conduit/raw/branch/main/assets/example.gif) diff --git a/assets/example.gif b/assets/example.gif new file mode 100644 index 0000000..9f3d1ed Binary files /dev/null and b/assets/example.gif differ