Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Nov 12, 2015
1 parent 15e8993 commit 919dc64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Version 0.0.2 - 2015-11-12

- Make the interval between polls to AWS for the current routing tables
be configurable with the top level poll_time key. (Defaults to 300s)
- Add a never_delete flag which can/should be used with the default route
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extension of in-datacenter Anycast. It can also be used to provide HA NAT servic

master is currently *highly* unstable.

If you're crazy enough to want to use this, please use release version 0.0.1
If you're crazy enough to want to use this, please use release version 0.0.2

# NAT

Expand Down Expand Up @@ -108,7 +108,7 @@ machine pick it up.
You can install binary release versions onto x68 Linux
directly from github, e.g.

sudo wget https://github.com/bobtfish/AWSnycast/releases/download/v0.0.1/AWSnycast -O /usr/local/bin/AWSnycast
sudo wget https://github.com/bobtfish/AWSnycast/releases/download/v0.0.2/AWSnycast -O /usr/local/bin/AWSnycast
sudo chmod 700 /usr/local/bin/AWSnycast

# Building from source
Expand Down

0 comments on commit 919dc64

Please # to comment.