diff options
author | Desoxy <desoxy@fastmail.fm> | 2013-04-03 18:50:51 +0200 |
---|---|---|
committer | Desoxy <desoxy@fastmail.fm> | 2013-04-03 18:50:51 +0200 |
commit | 74f5e304e49b8ccde2b97232c49e5025dba21f59 (patch) | |
tree | cc3639e1857f21444dc019cbf0cfc56b6b93806f /changes | |
parent | 2c40138210fe934f687470fc4bd20513982bf424 (diff) | |
download | tor-74f5e304e49b8ccde2b97232c49e5025dba21f59.tar.gz tor-74f5e304e49b8ccde2b97232c49e5025dba21f59.zip |
Controller: Add CACHED keyword to ADDRMAP events (#8596 part 2/2)
Add keyword CACHED="YES"/"NO" to ADDRMAP control events to indicate whether the
DNS response will be cached or not.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug8596 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug8596 b/changes/bug8596 new file mode 100644 index 0000000000..dd36bad855 --- /dev/null +++ b/changes/bug8596 @@ -0,0 +1,3 @@ + o Minor features: + - Add CACHED keyword to ADDRMAP events in the control protocol to indicate + whether a DNS result will be cached or not. |