forked from indymedia/epicyon
Actor option
parent
42314dd4c8
commit
8829508207
|
@ -162,6 +162,8 @@ if args.http:
|
||||||
if args.dat:
|
if args.dat:
|
||||||
httpPrefix='dat'
|
httpPrefix='dat'
|
||||||
useTor=args.tor
|
useTor=args.tor
|
||||||
|
if domain.endswith('.onion'):
|
||||||
|
useTor=True
|
||||||
|
|
||||||
if args.actor:
|
if args.actor:
|
||||||
if '@' not in args.actor:
|
if '@' not in args.actor:
|
||||||
|
|
Loading…
Reference in New Issue