{"id":15963162,"url":"https://github.com/invisiblemanvpn/invisibleman-tun","last_synced_at":"2025-06-18T03:05:05.416Z","repository":{"id":252556771,"uuid":"627022043","full_name":"InvisibleManVPN/InvisibleMan-TUN","owner":"InvisibleManVPN","description":"Tunneling service for Invisible Man applications (uses tun2socks and wintun)","archived":false,"fork":false,"pushed_at":"2024-10-23T08:10:23.000Z","size":81,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T03:47:15.141Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InvisibleManVPN.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-12T16:13:22.000Z","updated_at":"2025-05-03T17:45:50.000Z","dependencies_parsed_at":"2024-08-10T18:27:15.100Z","dependency_job_id":"97e6ea98-f82a-405c-85b3-d7d486e3f219","html_url":"https://github.com/InvisibleManVPN/InvisibleMan-TUN","commit_stats":null,"previous_names":["invisiblemanvpn/invisibleman-tun"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/InvisibleManVPN/InvisibleMan-TUN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvisibleManVPN%2FInvisibleMan-TUN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvisibleManVPN%2FInvisibleMan-TUN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvisibleManVPN%2FInvisibleMan-TUN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvisibleManVPN%2FInvisibleMan-TUN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InvisibleManVPN","download_url":"https://codeload.github.com/InvisibleManVPN/InvisibleMan-TUN/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InvisibleManVPN%2FInvisibleMan-TUN/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260477914,"owners_count":23015063,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-07T16:23:07.500Z","updated_at":"2025-06-18T03:05:00.404Z","avatar_url":"https://github.com/InvisibleManVPN.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Invisible Man - TUN\n\n\u003e Tunneling service for Invisible Man applications (uses tun2socks and wintun)\n\nInvisible Man TUN is an open-source and free service that allows you to tunnel all of your system's traffic. It uses [tun2socks](https://github.com/xjasonlyu/tun2socks) and [wintun](https://www.wintun.net).\n\u003cbr/\u003e\nThis service creates the network interface and sets routes automatically.\n\n## Getting started\n\n- If you just want to use this service: \n  - Download it from [releases](https://github.com/InvisibleManVPN/InvisibleMan-TUN/releases/latest).\n  - Start the service by this instruction:\n    ```\n    InvisibleMan-TUN -port={port}\n    ```\n\n- But if you want to get the source of the service, follow these steps:\n  - Download the [requirements](#requirements)\n  - Clone a copy of the repository:\n    ```\n    git clone \"https://github.com/InvisibleManVPN/InvisibleMan-TUN.git\"\n    ```\n  - Change to the directory:\n    ```\n    cd InvisibleMan-TUN\n    ```\n  - Download one of the versions of [tun2socks](https://github.com/xjasonlyu/tun2socks/releases/latest) based on your OS and extract it to `/InvisibleMan-TUN` and `/TUN-Wrapper` directories.\n    \u003cbr/\u003e\n    **NOTE:** After extracting the file, change its name to `tun2socks.exe`.\n  - Download [wintun](https://www.wintun.net), extract it and copy one of versions based on your OS to `/InvisibleMan-TUN` and `/TUN-Wrapper` directories.\n    \u003cbr/\u003e\n    **NOTE:** Make sure the dll file name is `wintun.dll`.\n  - Make `tun.dll` file and copy to the `/InvisibleMan-TUN` directory:\n    ```\n    cd TUN-Wrapper\n    go build --buildmode=c-shared -o tun.dll -trimpath -ldflags \"-s -w -buildid=\" .\n    copy tun.dll ..\\InvisibleMan-TUN\n    ```\n  - Run the project as administrator:\n    ```\n    dotnet run -port={port}\n    ```\n\n## Communicate with the service\n\nAfter running the service on a specific port, you need to connect to the service via a `socket`. So, you should open a `socket` to the chosen `port`. This is the port that allows your application and service to communicate with each other. Then you can use commands to control the service. Currently, we have two valid commands:\n\n- `enable`: Enables the tunneling service and set a network interface.\n    ```\n    -command=enable -device={device} -proxy={ip}:{port} -address={address} -server={server} -dns={dns}\n    ```\n- `disable`: Disables the tunneling service and remove the network interface.\n    ```\n    -command=disable\n    ```\n\n## Requirements\n\n- Go https://go.dev/dl/\n- .Net https://dotnet.microsoft.com/download\n\n## Contacts\n\n- Web [invisiblemanvpn.github.io](https://invisiblemanvpn.github.io)\n- Email [invisiblemanvpn@gmail.com](mailto:invisiblemanvpn@gmail.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvisiblemanvpn%2Finvisibleman-tun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvisiblemanvpn%2Finvisibleman-tun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvisiblemanvpn%2Finvisibleman-tun/lists"}