Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 1.16 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.16 KB

TorlessCore

CICD GitHub top language GitHub GitHub repo size Nuget Nuget GitHub last commit

This is a library designed to be able to be included via NuGet which allows you to check if an IP address is a known Tor Exit Node.

The package available here may work, it may not. I recommend you use the official nuget package source and install as follows.

Install

Package Manager

Install-Package TorlessCore 

.NET CLI

dotnet add package TorlessCore