add TorrentAddr cmd option

This commit is contained in:
nikk gitanes
2022-05-25 14:28:32 +03:00
parent 266fe0637f
commit 5800c01cb0
3 changed files with 25 additions and 15 deletions

View File

@@ -15,6 +15,7 @@ var (
HttpAuth bool
PubIPv4 string
PubIPv6 string
TorAddr string
)
func InitSets(readOnly bool) {