You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as many among us, I have a firewall rule, that redirects DNS requests from devices, trying to bypass the configured DNS server, example , chromecast uses 8.8.8.8, even when configured something else (using DHCP).
I have configured a secondary IP on the DNS server and want spin to show only the traffic on that secondary IP address. Currently it is showing all DNS requests, regardless of the IP the request was received on.
Configuration option required: only look at traffic on specific IP, ignore all other traffic (received on different IP's)
The text was updated successfully, but these errors were encountered:
If you use spin-pcap-reader it is possible to use spin-pcap-reader's -f flag. Using the -f flag, you can specify the PCAP filter that's passed to the PCAP library. The syntax for this filter is documented in the pcap-filter manual page (web version).
as many among us, I have a firewall rule, that redirects DNS requests from devices, trying to bypass the configured DNS server, example , chromecast uses 8.8.8.8, even when configured something else (using DHCP).
I have configured a secondary IP on the DNS server and want spin to show only the traffic on that secondary IP address. Currently it is showing all DNS requests, regardless of the IP the request was received on.
Configuration option required: only look at traffic on specific IP, ignore all other traffic (received on different IP's)
The text was updated successfully, but these errors were encountered: