New taxonomy to describe Tor network infrastructure added

pull/68/head
Alexandre Dulaunoy 2017-05-04 07:48:05 +02:00
parent f9d423643e
commit cb08b44455
1 changed files with 34 additions and 0 deletions

34
tor/machinetag.json Normal file
View File

@ -0,0 +1,34 @@
{
"values": [
{
"entry": [
{
"expanded": "Entry node to the Tor network",
"value": "entry-guard-relay"
},
{
"expanded": "Tor node relaying traffic between an entry-guard-relay to an exit-relay",
"value": "middle-relay"
},
{
"expanded": "Tor node relaying traffic outside of the Tor network to the original destination",
"value": "exit-relay"
},
{
"expanded": "Entry node to the Tor network - partially unpublished",
"value": "bridge-relay"
}
],
"predicate": "tor-relay-type"
}
],
"predicates": [
{
"expanded": "Tor Relay Type",
"value": "tor-relay-type"
}
],
"version": 1,
"description": "Taxonomy to describe Tor network infrastructure",
"namespace": "tor"
}