mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
r14327@Kushana: nickm | 2007-09-04 20:06:04 -0400
Better comment in dnsserv.c svn:r11376
This commit is contained in:
parent
6ba66c2f42
commit
7c47856c9e
@ -5,8 +5,10 @@ const char dnsserv_c_id[] =
|
||||
"$Id$";
|
||||
|
||||
/**
|
||||
* \file dnservs.c
|
||||
* \brief Implements client-side DNS proxy server code.
|
||||
* \file dnservs.c \brief Implements client-side DNS proxy server code. Note:
|
||||
* this is the DNS Server code, not the Server DNS code. Confused? This code
|
||||
* runs on client-side, and acts as a DNS server. The code in dns.c, on the
|
||||
* other hand, runs on Tor servers, and acts as a DNS client.
|
||||
**/
|
||||
|
||||
#include "or.h"
|
||||
|
Loading…
Reference in New Issue
Block a user