From 919dc6417c38b10b2240a401cf944f7040532d84 Mon Sep 17 00:00:00 2001 From: Tomas Doran Date: Thu, 12 Nov 2015 14:29:55 +0000 Subject: [PATCH] Version 0.0.2 --- CHANGELOG.md | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 423febb..b9d63f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index b71054f..188b483 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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