diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-06-28 18:19:09 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-28 18:19:09 +1000 |
commit | be3b901ccdf28d0f81d312d7cd8b7bedb22b4049 (patch) | |
tree | c2d74f0f8aee048f47cdfdc61f83e171201a45e0 /scripts/generate_config | |
parent | Added possibilty to disable local password authentication (#5092) (diff) | |
download | synapse-be3b901ccdf28d0f81d312d7cd8b7bedb22b4049.tar.xz |
Update the TLS cipher string and provide configurability for TLS on outgoing federation (#5550)
Diffstat (limited to 'scripts/generate_config')
-rwxr-xr-x | scripts/generate_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate_config b/scripts/generate_config index 93b6406992..771cbf8d95 100755 --- a/scripts/generate_config +++ b/scripts/generate_config @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import argparse import shutil |