module TorControl::Info::AddressMappings

Overview

a \r\n-separated list of address mappings, each in the form of "from-address to-address expiry". The 'config' key returns those address mappings set in the configuration; the 'cache' key returns the mappings in the client-side DNS cache; the 'control' key returns the mappings set via the control interface; the 'all' target returns the mappings set through any mechanism. Expiry is formatted as with ADDRMAP events, except that "expiry" is always a time in UTC or the string "NEVER"; see section 4.1.7.

Defined in:

get_info.cr

Constant Summary

All = "address-mappings/all"
Cache = "address-mappings/cache"
Config = "address-mappings/config"
Control = "address-mappings/control"