Access the ucanet with no DNS changes required in a standalone web browser.
ucanet browser is a Windows Forms-based web browser designed for exploring websites on the ucanet (ucanet.net), an alt-root DNS server built for retro computers and legacy operating systems. This browser supports Windows 98 through Windows 11, and only requires .NET Framework 2.0.
- Access ucanet domains without system-wide DNS configuration
- Compatibility with Windows 98 to Windows 11
- Fallback for systems that don't support DNS changes
- Windows 98, ME, 2000, XP, Vista, 7, 8, 10, or 11
- .NET Framework 2.0 installed
- Download the latest build from the Releases page.
- Launch
ucanet_browser.exe. - If prompted, allow the browser to configure your DNS or proxy.
- Start browsing
http://ucanet.netand other ucanet sites.
This project is written in C# and targets .NET Framework 2.0. It was originally built using Visual Studio 2005.
-
Clone the repository:
git clone https://github.com/YOUR_USERNAME/ucanet_browser.git cd ucanet_browser -
Open the
.slnfile in Visual Studio 2005 (or later, with .NET 2.0 compatibility). -
Ensure the following libraries are available:
IEProxyucanetProxy.csHeijden DNS
-
Build the solution and run the executable.
