ncdc 1.25

This commit is contained in:
Yorhel 2025-03-04 18:45:21 +01:00
parent 5acc8eee92
commit aab7836077
28 changed files with 149 additions and 33 deletions

View file

@ -501,7 +501,7 @@ Tell the OS to flush the file (disk) cache for file contents read while hashing
=item B<geoip_cc> <path>|disabled
Path to the GeoIP2 Country database file (GeoLite2-Country.mmdb), or 'disabled' to disable GeoIP lookups. The database can be downloaded from https://dev.maxmind.com/geoip/geoip2/geolite2/.
Path to the GeoIP2 Country database file (GeoLite2-Country.mmdb), or 'disabled' to disable GeoIP lookups through maxmind. The database can be downloaded from https://dev.maxmind.com/geoip/geoip2/geolite2/.
=item B<hash_rate> <speed>
@ -521,6 +521,10 @@ Specifies the address of the local network interface to use for connecting to th
If no IPv4 address is specified, '0.0.0.0' is added automatically. Similarly, if no IPv6 address is specified, '::' is added automatically. The address that is actually used depends on the IP version actually used. That is, if you're on an IPv6 hub, then ncdc will listen on the specified IPv6 address. Note that, even if the hub you're on is on IPv6, ncdc may still try to connect to another client over IPv4, at which point the socket will be bound to the configured IPv4 address.
=item B<location_db> <path>|disabled
Path to the IPFire location database, or 'disabled' to disable GeoIP lookups through libloc. The database can be downloaded from https://www.ipfire.org/location/install.
=item B<log_debug> <boolean>
Log debug messages to stderr.log in the session directory. It is highly recommended to enable this setting if you wish to debug or hack ncdc. Be warned, however, that this may generate a lot of data if you're connected to a large hub.
@ -994,7 +998,7 @@ see the same uploaded file several times with a different file offset.
=head1 LICENSE
Copyright (C) Yoran Heling <projects@yorhel.nl>
Copyright (C) Yorhel <projects@yorhel.nl>
ncdc is distributed under the MIT license, please read the COPYING file for
more information.
@ -1008,6 +1012,6 @@ support and discussions.
=head1 AUTHOR
ncdc is written by Yoran Heling <projects@yorhel.nl>
ncdc is written by Yorhel <projects@yorhel.nl>
Web: L<https://dev.yorhel.nl/ncdc>