rustnet(1) General Commands Manual rustnet(1) NAME rustnet - Cross-platform network monitoring tool SYNOPSIS rustnet [-i|--interface] [--no-localhost] [--show-localhost] [-r|--refresh-interval] [--no-dpi] [-l|--log-level] [--json-log] [--pcap-export] [-f|--bpf-filter] [--no-resolve-dns] [--show-ptr-lookups] [--no-color] [--theme] [--geoip-country] [--geoip-asn] [--geoip-city] [--no-geoip] [--no-sandbox] [--sandbox-strict] [-h|--help] [-V|--version] DESCRIPTION Cross-platform network monitoring tool OPTIONS -i, --interface Network interface to monitor (use "any" to capture all interfaces) --no-localhost Filter out localhost connections --show-localhost Show localhost connections (overrides default filtering) -r, --refresh-interval [default: 1000] UI refresh interval in milliseconds --no-dpi Disable deep packet inspection -l, --log-level Set the log level (if not provided, no logging will be enabled) --json-log Enable JSON logging of connection events to specified file --pcap-export Export captured packets to PCAP file for Wireshark analysis -f, --bpf-filter BPF filter expression for packet capture (e.g., "tcp port 443", "dst port 80") --no-resolve-dns Disable reverse DNS resolution for IP addresses (enabled by default; shows hostnames instead of IPs) --show-ptr-lookups Show PTR lookup connections in UI (hidden by default when DNS resolution is enabled) --no-color Disable all colors in the UI (also respects NO_COLOR env var) --theme [default: muted] Color theme preset: "muted" (single accent, color reserved for signals) or "classic" (original full-color palette) Possible values: o muted o classic --geoip-country Path to GeoLite2-Country.mmdb database. Auto-discovered from: ./resources/geoip2, $XDG_DATA_HOME/rustnet/geoip, ~/.local/share/rustnet/geoip, /usr/share/GeoIP, /usr/local/share/GeoIP, /opt/homebrew/share/GeoIP, /var/lib/GeoIP --geoip-asn Path to GeoLite2-ASN.mmdb database (same search paths as --geoip-country) --geoip-city Path to GeoLite2-City.mmdb database (same search paths as --geoip-country; superset of Country -- provides city name and postal code in addition to country) --no-geoip Disable GeoIP lookups entirely --no-sandbox Disable sandboxing (on Linux, PR_SET_NO_NEW_PRIVS is still set) --sandbox-strict Require full sandbox enforcement or exit -h, --help Print help -V, --version Print version VERSION v1.4.0 AUTHORS Network Monitor rustnet 1.4.0 rustnet(1)