ConfigEntry

data class ConfigEntry(val option: TorOption, val setting: String)

Holder for tor configuration entries.

See also

Constructors

Link copied to clipboard
constructor(option: TorOption, setting: String)

Properties

Link copied to clipboard

If tor is using the default value for the given option for this entry.

Link copied to clipboard

The TorOption for this entry.

Link copied to clipboard

The value tor is using for this option, as returned by its control connection.