diff options
author | intrigeri <intrigeri@boum.org> | 2011-06-20 15:13:00 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-06-20 12:08:46 -0400 |
commit | 8b265543eb0f5fdda15fca882028fa95983fa919 (patch) | |
tree | 612016a97613eed9450805c0855905acda743978 /src | |
parent | a046966baf7fcfb2cd51300ed0f69946f4ae1556 (diff) | |
download | tor-8b265543eb0f5fdda15fca882028fa95983fa919.tar tor-8b265543eb0f5fdda15fca882028fa95983fa919.tar.gz |
Add port 6523 (Gobby) to LongLivedPorts.
Diffstat (limited to 'src')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index ca0d9b050..c88504681 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -310,7 +310,7 @@ static config_var_t _option_vars[] = { OBSOLETE("LogFile"), V(LogTimeGranularity, MSEC_INTERVAL, "1 second"), V(LongLivedPorts, CSV, - "21,22,706,1863,5050,5190,5222,5223,6667,6697,8300"), + "21,22,706,1863,5050,5190,5222,5223,6523,6667,6697,8300"), VAR("MapAddress", LINELIST, AddressMap, NULL), V(MaxAdvertisedBandwidth, MEMUNIT, "1 GB"), V(MaxCircuitDirtiness, INTERVAL, "10 minutes"), |