Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.8.0 #435

Merged
merged 2 commits into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# MASQ Node ![masq-logo](images/masq-logo-sm.png)

<div align="center">

![ci-matrix](https://github.com/MASQ-Project/Node/workflows/ci-matrix/badge.svg)
[![GitHub Release](https://img.shields.io/github/v/release/MASQ-Project/Node?display_name=release&color=green)](https://github.com/MASQ-Project/Node/releases/latest)
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/masq)

</div>

MASQ Node combines the benefits of VPN and Tor technology, to create superior next-generation privacy software, where
users are rewarded for supporting an uncensored, global Web. Users gain privacy and anonymity, while helping promote
Expand Down Expand Up @@ -43,7 +49,7 @@ A [Knowledge Base](https://docs.masq.ai/masq) and testing resources are being re
levels of technical ability.

There you can find further information, guides and configuration examples for running MASQ Node from:
- MASQ app - v0.2 (formerly called "GEMINI")
- [MASQ Browser](https://masqbrowser.com)
- CLI
- Docker image

Expand All @@ -66,7 +72,7 @@ To help navigate the codebase, here are the README.md links for all documented c

### Downloading Official Releases

We haven't set up any official releases yet; but when we do, instructions will appear here.
Releases will appear on our GitHub page - click on the badge above for the latest stable beta build, or go to our [Releases page](https://github.com/MASQ-Project/Node/releases/latest)

### Downloading the Latest Build

Expand Down
2 changes: 1 addition & 1 deletion USER-INTERFACE-INTERFACE.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ There are following three connection stages:

1. NotConnected: No external neighbor is connected to us.
2. ConnectedToNeighbor: External node(s) are connected to us.
3. ThreeHopsRouteFound: You can relay data over the network.
3. RouteFound: You can relay data over the network.

The Node can only be on one of these connection stages during any moment of the Node's lifetime.

Expand Down
Loading