erans / torcontactinfogenerator

Tor ContactInfo Generator
MIT License
4 stars 2 forks source link

Add "ContactInfo" to the output #12

Closed nusenu closed 6 years ago

nusenu commented 6 years ago

the page says: "Copy the following line into your torrc configuration file and reload your tor daemon:"

which suggests that the output is a valid torrc config line, to meet that assumption lets add "ContactInfo " at the beginning of the output

erans commented 6 years ago

I didn't think its a valid ContactInfo line, but let's see how people would react to it.

nusenu commented 6 years ago

Eran Sandler:

I didn't think its a valid ContactInfo line

I think there is a slight misunderstanding.

"ContactInfo email:foo[]example.com foo"

is a syntactically valid torrc line.

"email:foo[]example.com"

is not.

My point was, that we should not ask people to add the later to their torrc (which the page effectively does currently) because that will result in (expected) failure.

erans commented 6 years ago

OK. I've added that.