dnssim 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,8 @@
2
2
  Because they want to sell my DNS history, AT&T doesn't allow me to change the DNS server in the router I have to pay them to use. So I threw together this script which sends random requests -- making DNS data worthless.
3
3
 
4
4
  ## Setup
5
- The app has no dependencies! Just use `npm run deploy`, `npm start` or `node main.js` and it should start making requests.
5
+ - Install via `npm install --global dnssim`
6
+ - Run via `npx dnssim deploy` or `npx dnssim` (you can omit npx if installed globally)
6
7
 
7
8
  ### Environment Variables
8
9
  #### `DNS_SERVERS`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dnssim",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "protestware ware to send randomly genereated dns requests so that maybe att will let me change dns servers on my router",
5
5
  "main": "main.js",
6
6
  "scripts": {