selenium-router-cli

1.0.2 • Public • Published

selenium-router-cli npm version

Automate Router Domain Blacklisting for DLink Router

Warning

This CLI is tested only on Dlink DIR-600M. Do not use the CLI if your router is of a different model id.

Install

Ensure you have Node.js 8 or later installed. Then run the following:

$ npm install --global selenium-router-cli

Usage

$ selenium-router-cli --help

  Automate Router Domain Blacklisting for DLink Router

  Options
        -u, --username TEXT    Router Dashboard username
        -p, --password TEXT    Router Dashboard password
        -g, --gateway TEXT	   Router Gateway IP
        -v, --version          Show the version and exit with code 0

    Examples
        $ selenium-router-cli --username "ROUTER_USERNAME" --password "ROUTER_PASSWORD"
        $ selenium-router-cli -u "ROUTER_USERNAME" -p "ROUTER_PASSWORD" -g "10.1.1.2"

Dashboard

Image

License

MIT © Abhijith Vijayan

/selenium-router-cli/

    Package Sidebar

    Install

    npm i selenium-router-cli

    Weekly Downloads

    3

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    9.34 kB

    Total Files

    5

    Last publish

    Collaborators

    • abhijithvijayan