I have a Spring boot application that for now accepts requests from all connections on port 8443, Wi-Fi and ethernet. The application runs on a laptop with Windows 10.
I want to add firewall rules to the laptop so that only requests that come from ethernet are allowed.
Is that possible? If so how?