enum
TorControl::OnionFlag
Defined in:
onion.crEnum Members
-
DiscardPK =
0 -
The server should not include the newly generated private key as part of the response.
-
Detach =
1 -
Do not associate the newly created Onion Service to the current control connection.
-
BasicAuth =
2 -
Client authorization is required using the "basic" method (v2 only).
-
V3Auth =
3 -
Version 3 client authorization is required (v3 only).
-
NonAnonymous =
4 -
Add a non-anonymous Single Onion Service. Tor checks this flag matches its configured hidden service anonymity mode.
-
MaxStreamsCloseCircuit =
5 -
Close the circuit is the maximum streams allowed is reached.
Instance Method Summary
-
#basic_auth?
Returns
trueif this enum value equalsBasicAuth -
#detach?
Returns
trueif this enum value equalsDetach -
#discard_pk?
Returns
trueif this enum value equalsDiscardPK -
#max_streams_close_circuit?
Returns
trueif this enum value equalsMaxStreamsCloseCircuit -
#non_anonymous?
Returns
trueif this enum value equalsNonAnonymous -
#v3_auth?
Returns
trueif this enum value equalsV3Auth