add -m option

This commit is contained in:
nikk gitanes
2024-02-09 00:57:30 +03:00
parent 2b0fe55c49
commit 5659445972
3 changed files with 14 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ var (
PubIPv4 string
PubIPv6 string
TorAddr string
MaxSize int64
)
func InitSets(readOnly, searchWA bool) {