Skip to content

Commit

Permalink
adding options
Browse files Browse the repository at this point in the history
  • Loading branch information
Lozy committed Jan 20, 2017
1 parent 9489cdb commit 2c15353
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ Comparing with the apt-get or building from source manually, this script will be
## Install

```bash
wget --no-check-certificate https://raw.github.com/Lozy/danted/master/install.sh -O install.sh
wget --no-check-certificate https://raw.github.com/Lozy/danted/master/install.sh -O install.sh
bash install.sh

# run with options: bash install.sh option1 option2
bash install.sh --ip="A.A.A.A;B.B.B.B" --port=2016 --user=sockd --passwd=sockd --whitelist="X.X.X.X/32"

```

* *if you want to uninstall, using this command*
Expand Down

0 comments on commit 2c15353

Please sign in to comment.