A simple node tool.

Overview

URLignore

中文文档
A simple node tool that supports removing duplicate configuration nodes, adding countries and add custom content automatically.
Supports SS/SSR/Vmess/Trojan/Https.

Quick Start

1.Install Node.js and NPM.

Ubuntu/Debian:

sudo apt-get update
sudo apt-get install nodejs

Fedora/Centos/Redhat:

curl -sL https://rpm.nodesource.com/setup_16.x | bash -
sudo yum -y install nodejs

2.Prepare the node file and place a node link per line and rename it to url.

3.Clone the repository and install NPM libraries:

git clone https://github.com/wu-mx/URLignore.git
cd ./URLignore
npm install

4.Copy the url file into the URLignore folder.

5.Start URLignore:

npm run start
//Or node index

6.Wait a few seconds, URLignore will automatically complete the node processing and output the processed nodes to the out file.

Configuration

URLignore now supports custom configuration.
The custom configuration is located in config.js.
The default configuration looks like this:

module.exports={
    nodeAddName:'', //Text contents added after the node names.
    dnsServers:['8.8.8.8','1.1.1.1'] //The DNS servers used to resolve the domain when processing node countries are stored in array format. No modification is required unless necessary.
}

For example, when the configuration file looks like this:

module.exports={
    nodeAddName:' | URLignore',
    dnsServers:['223.5.5.5','114.114.114.114']
}

The DNS servers 223.5.5.5 and 114.114.114.114 are used, and the output node name is followed by the " | URLignore" suffix, such as " 🇭🇰 HK 1 | URLignore".

URLignore follows GPLv3.

You might also like...

A very simple tool that generates multiple spellings of a phone number (to effectively search for it using the OR operator and quotes)

phonenumberqueryconstructor A very simple tool that generates multiple writings of a phone number (to effectively search for it using the OR operator

Dec 7, 2022

This simple project aims to connect to an API to fetch score data and display it on a LeaderBoard box, as well as provide the tool to submit a new score.

      This simple project aims to connect to an API to fetch score data and display it on a LeaderBoard box, as well as provide the tool to submit a new score.

Leader Board: Hit the API! This simple project aims to connect to an API to fetch score data and display it on a LeaderBoard box, as well as provide t

Apr 6, 2022

Password Generator - A fast, simple and powerful open-source utility tool for generating strong, unique and random passwords

A fast, simple and powerful open-source utility tool for generating strong, unique and random passwords. Password Generator is free to use as a secure password generator on any computer, phone, or tablet.

Aug 3, 2022

To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. I build a simple website that allows for doing that, and I do it using ES6 and Webpack!

To-do list

Project Name : TO-Do list "To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mar

Aug 22, 2022

🎨 Beautify your github profile with this amazing tool, creating the readme your way in a simple and fast way 🚀 The best profile readme generator you will find ⚡

🎨 Beautify your github profile with this amazing tool, creating the readme your way in a simple and fast way 🚀 The best profile readme generator you will find ⚡

Demo Profile Readme Generator The best profile readme generator you will find! About | Technologies | Requirements | Starting | Contributing 🎯 About

Jan 1, 2023

A simple but powerful tool to make your screenshots prettier.

A simple but powerful tool to make your screenshots prettier.

SnipSnap A simple but powerful tool to make your screenshots prettier. Motivation I built SnipSnap because I wasn't happy with the other options as th

Dec 16, 2022

This is a simple tool to allow you to create WebM files with changing aspect ratios.

This is a simple tool to allow you to create WebM files with changing aspect ratios.

WackyWebM WackyWebM is a tool that allows you to create WebM video files with changing aspect ratios. If you're having issues, want to share your cust

Jan 4, 2023

"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. You will build a simple website that allows for doing that, and you will do it using ES6 and Webpack!

To-do-list Description "To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark t

Oct 18, 2022

This is a simple tool to allow you to create WebM files with changing aspect ratios.

This is a simple tool to allow you to create WebM files with changing aspect ratios.

WackyWebM WackyWebM is a tool that allows you to create WebM video files with changing aspect ratios. If you're having issues, want to share your cust

Aug 18, 2022
Owner
WuMX
A high school student from China. The contributor of Openit.
WuMX
Node 18's node:test, as a node module

node-core-test This is a user-land port of node:test, the experimental test runner introduced in Node.js 18. This module makes it available in Node.js

Julian Gruber 62 Dec 15, 2022
Strcmp-node - A cli string comparison tool, because apparently one doesn't exist.

strcmp-node I couldn't find a string comparison command, so i made my own. its probably the ugliest thing since godzilla with makeup on, but it works.

Gingka/Ginger Pepper 1 Jan 1, 2022
A Node.JS tool to automatically install or update your FiveM server artifacts.

ItsANoBrainer FiveM Artifact Updater FiveM Artifact Updater is an application created with Node.JS to easily and quickly install/update your artifacts

null 23 Dec 8, 2022
Tool to automate making Reddit accounts, written in Node.

redgen Tool to automate making Reddit accounts, written in Node. installation & configuration NOTE: This program requires that you have a 2Captcha acc

aria 3 Sep 1, 2022
A TOML parsing tool written in Rust for Node.js

@daydog/toml A TOML parsing tool written in Rust for Node.js Installation @daydog/toml is available via npm. npm install @daydog/toml Usage parse You

null 5 Jul 20, 2022
Node WebStation is a powerful tool designed for developers allowing them to create advanced web sockets for any use all without having the requirement to code.

Node WebStation Node WebStation is a powerful tool designed for developers to use to create an advanced WebStation for any use all without not having

null 2 Jun 4, 2022
👁‍🗨 cleye — The intuitive CLI development tool for Node.js

cleye The intuitive command-line interface (CLI) development tool. Features Minimal API surface Powerful flag parsing Strongly typed parameters and fl

hiroki osame 235 Jan 6, 2023
Flamegraph tool for node.js

infernode Current version: 1.0.0 Flamegraph tool for node.js Usage Coming soon... Interface Overview General Page Layout Page Wireframes Architecture

OSLabs Beta 43 Nov 15, 2022
A simple JavaScript beautify tool

A simple JavaScript beautify tool This tool will do the following things: Beautify the JavaScript code Convert hexadecimal number to decimal number, s

phithon 27 May 8, 2022