From 9766e0f10f3f19ce8343a3573b6de7ebeb7cfe95 Mon Sep 17 00:00:00 2001 From: rebecca Date: Tue, 10 Feb 2026 21:59:42 +0000 Subject: use tls for connections introduced are the --key and --cert options for the server and the --no-verify-cert option on the client --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cd7de26 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +talk.crt +talk.key +talk.db -- cgit v1.2.3