diff options
author | Rob Austein <sra@hactrn.net> | 2019-12-25 17:19:49 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-12-25 17:19:49 -0500 |
commit | 851f2b128f59f568cf82acb56ad26192da2db7d3 (patch) | |
tree | 9cff5d4d70fb4a0c221755b0b67c5e72f52294e4 | |
parent | a900c104b073e906b618fe707ff5387caf710a7d (diff) |
First public version
-rw-r--r-- | tsig-keygen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsig-keygen.py b/tsig-keygen.py index 7ec30e1..4dfc192 100644 --- a/tsig-keygen.py +++ b/tsig-keygen.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Pure Python TSIG key generator, with multiple output formats. +Pure Python TSIG key generator with multiple output formats. """ import os, base64, argparse, jinja2 |