diff --git a/CHANGELOG b/CHANGELOG index d424e02..fc2b08b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ Change Log ========== +0.5.3 (01/12/2022) +------------------ +- Take `vpn_username` and `vpn_password` as args +- Create log files only when requested +- Notify upon failure and attach logfile in email + 0.5.2 (01/10/2022) ------------------ - Disable printing final config when logged in a file diff --git a/docs/index.html b/docs/index.html index b55dc68..4b41d1e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -66,7 +66,7 @@
Initiates VPNServer
object to spin up an EC2 instance with a pre-configured AMI which serves as a VPN server.
>>> VPNServer
Frames a dictionary of anticipated prompts and responses to initiate interactive SSH commands.
data – A dictionary with key, value pairs with instance information in it.
A tuple of vpn_username
and vpn_password
to trigger the notification.
A boolean flag to indicate whether the interactive ssh session succeeded.
tuple
+bool
Send login details via SMS and Email if the following env vars are present.
gmail_user
, gmail_pass
and phone [or] recipient
login_details – Login information that has to be sent as a message/email.
+message – Login information that has to be sent as a message/email.
attachment – Name of the log file in case of a failure.
Wraps logging module to create multiple handlers for different purposes.
+file – Takes a boolean flag to determine if a file logger should be created.
+See also