Giter VIP home page Giter VIP logo

vrconnectivity-shield's Introduction

VRConnectivity Shield

Go Report Card License Release

VRConnectivity Shield is a simple DNS blocking utility for Windows. It is designed to block hosts related to VRChat analytics. This utility is intended to be used in conjunction with a VPN to prevent VRChat from collecting analytics data while playing the game.

Usage

Prerequisites

  • Go installed on your system.

Installation

To use VRConnectivity Shield, follow these simple steps:

  1. Download: Obtain the executable file for your platform from the Releases page.

  2. Run: Execute the VRConnectivity-Shield.exe executable to start the DNS blocking utility.

Development

To build the project from source, follow these steps:

  1. Clone: Clone the repository to your local machine.

    git clone https://github.com/Onyx-Innovators/VRConnectivity-Shield.git
  2. Navigate: Navigate to the project directory.

    cd VRConnectivity-Shield/src
  3. Build: Build the project using the Go compiler.

    go build -o VRConnectivity-Shield.exe
  4. Run: Execute the VRConnectivity-Shield.exe executable to start the DNS blocking utility.

Configuration

The list of blocked hosts is sourced from VRChat-Analytics-Blocker. The blocked hosts are defined in the main.go map in the utils package. You can modify this map to include or exclude specific hosts as needed.

var hostsToAdd = []string{
 "api.amplitude.com",
 "api2.amplitude.com",
 // Add specific hosts here
}

How it works

The program will add the specified hosts to the hosts file located at C:\Windows\System32\drivers\etc\hosts. The hosts file is a text file that maps hostnames to IP addresses. When a DNS request is made for a hostname that is defined in the hosts file, the DNS resolver will use the IP address specified in the hosts file instead of querying a DNS server.

License

This project is licensed under the MIT License.


vrconnectivity-shield's People

Stargazers

Shiey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.