{"id":18078241,"url":"https://github.com/imthaghost/tornix","last_synced_at":"2025-04-05T20:31:54.752Z","repository":{"id":216937589,"uuid":"273413049","full_name":"imthaghost/tornix","owner":"imthaghost","description":"Tornix provides an easy way to manage streams over Tor. The program separates streams across circuits by connection metadata.  ","archived":false,"fork":false,"pushed_at":"2024-01-14T22:55:56.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T20:50:54.728Z","etag":null,"topics":["go","golang","stream-isolation","tor","torsocks"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imthaghost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-06-19T05:39:14.000Z","updated_at":"2024-01-14T05:32:48.000Z","dependencies_parsed_at":"2024-01-14T23:54:46.501Z","dependency_job_id":"84393781-429f-4bab-9507-31f0f019db19","html_url":"https://github.com/imthaghost/tornix","commit_stats":null,"previous_names":["imthaghost/tornix"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2Ftornix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2Ftornix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2Ftornix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imthaghost%2Ftornix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imthaghost","download_url":"https://codeload.github.com/imthaghost/tornix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399183,"owners_count":20932867,"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":["go","golang","stream-isolation","tor","torsocks"],"created_at":"2024-10-31T12:13:16.269Z","updated_at":"2025-04-05T20:31:54.734Z","avatar_url":"https://github.com/imthaghost.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"net\" src=\"docs/media/network.png\"\u003e \n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\nTornix is a user-friendly tool that enhances privacy and security on the Tor network by providing easy-to-manage stream isolation, \nenabling users to route their internet traffic securely through separate Tor circuits for discrete, protected online activities.\n\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://goreportcard.com/report/github.com/imthaghost/tornix\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/imthaghost/tornix\"\u003e\u003c/a\u003e\n   \u003ca href=\"https://travis-ci.org/imthaghost/tornix.svg?branch=master\"\u003e\u003cimg src=\"https://travis-ci.org/imthaghost/tornix.svg?branch=master\"\u003e\u003c/a\u003e\n\n\u003c/p\u003e\n\u003cbr\u003e\n\n\n# Usage\n```bash\ngo get \"github.com/imthaghost/tornix\"\n```\n\n# Examples\n\n```go\npackage main\n\nimport (\n\t\"io\"\n\t\"log\"\n\n\t\"github.com/imthaghost/tornix\"\n)\n\nfunc main() {\n\t// include the max concurrent sessions\n\tmanager := tornix.NewManager(10)\n\t// start a new session\n\tsession, client, err := manager.StartNewSession()\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\t// check your client's IP with AWS\n\tresp, err := client.Get(\"https://checkip.amazonaws.com\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tbody, err := io.ReadAll(resp.Body)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tlog.Println(string(body))\n\t// 185.220.100.254\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimthaghost%2Ftornix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimthaghost%2Ftornix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimthaghost%2Ftornix/lists"}