diff --git a/cmd/collect/README.md b/cmd/collect/README.md index 2c5d05f4..79eeaa92 100644 --- a/cmd/collect/README.md +++ b/cmd/collect/README.md @@ -4,7 +4,7 @@ ## Description -The collection server decrypts messages adressed to itself from the agents, and writes them to the file system. +The collection server decrypts messages addressed to itself from the agents, and writes them to the file system. Read more about this tool in the documentation: https://docs.netcap.io @@ -46,10 +46,10 @@ Start the server: $ net collect -privkey priv.key -addr 127.0.0.1:4200 $ net collect -gen-keypair - -addr="127.0.0.1:1335": specify an adress and port to listen for incoming traffic + -addr="127.0.0.1:1335": specify an address and port to listen for incoming traffic -config="": read configuration from file at path -gen-config=false: generate config -gen-keypair=false: generate keypair -membuf-size=10485760: set size for membuf -privkey="": path to the hex encoded server private key - -version=false: print netcap package version and exit \ No newline at end of file + -version=false: print netcap package version and exit diff --git a/docs/resolvers.md b/docs/resolvers.md index 52b92a86..bd8ca3cc 100644 --- a/docs/resolvers.md +++ b/docs/resolvers.md @@ -77,7 +77,7 @@ To determine the geolocation for a given host, the MaxMind GeoLite database is u {% embed url="https://dev.maxmind.com/geoip/geoip2/geolite2/" caption="GeoLite2 MaxMind" %} -Geolocation lookups can provide the Country, City and ASN where an ip adress is registered. +Geolocation lookups can provide the Country, City and ASN where an ip address is registered. Download the databases and move them into the database path.