From 8829508207e1aa31f4535979f2c20d09965cb353 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 5 Jul 2019 16:59:24 +0100 Subject: [PATCH] Actor option --- epicyon.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/epicyon.py b/epicyon.py index 3b38e62d..352b95e9 100644 --- a/epicyon.py +++ b/epicyon.py @@ -162,6 +162,8 @@ if args.http: if args.dat: httpPrefix='dat' useTor=args.tor +if domain.endswith('.onion'): + useTor=True if args.actor: if '@' not in args.actor: