Node icon indicating copy to clipboard operation
Node copied to clipboard

MASQ combines the benefits of VPN and Tor technology to create a superior next-generation privacy software, where users are rewarded for supporting an uncensored global web. Users gain privacy and ano...

Results 228 Node issues
Sort by recently updated
recently updated
newest added

Similarly to an addition of a new chain in GH-500, and as stated among goals of GH-430, this is to clean up after a deprecated chain and secure substitution of...

### Background At the moment, all the `ip_country` logic is contained in the `ip_country` crate. This seems to make logical sense, but it represents a potential problem. The reason for...

### Background After downloading the country/IP data from the DBIP website, we generate a huge `dbip_country.rs` file containing two functions that return large vectors of compressed binary data: one for...

hardenning

Download of the latest dbip IP-to-country data, generation of the `dbip_country.rs` file, and recompilation of the project should be an automated part of the release process. The file, named `dbip-country-lite-yyyy-mm.csv.gz`,...

help wanted

This command send to Node country_code of desired ExitService location. `masq/src/commands/set_configuration_command.rs` `.arg(set_configurationify(exit_location_arg()))` to `set_configuration_subcommand.`

We need to create verification process of Exit nodes geo location, to prevent Nodes from lying in several scopes 1. *Every time that we spot the change of `Country code`...

design me
hardenning

During meeting today, @bertllll mentioned there is a possibility that our current routing engine has a "route expiry" where the Node (ProxyServer) will decide to stop using a specific route....

help wanted
spike

We have decided to contain `Fere World Bit` and `Country Code` in `NodeRecordInner_0v1` ``` #[derive(Clone, PartialEq, Eq, Debug, Serialize, Deserialize)] #[allow(non_camel_case_types)] pub struct NodeRecordInner_0v1 { pub public_key: PublicKey, pub earning_wallet:...

There is a failing test in GH-606 work for `verify_bill_payment` which refuses to pass in GH Actions under Ubuntu Skipped in Actions to ensure we can test in QA for...

bug
test-tooling
tech debt