jesusprubio / up

📶 Troubleshoot problems with your Internet connection
MIT License
446 stars 20 forks source link

STDIN piped input #39

Closed jesusprubio closed 1 day ago

jesusprubio commented 7 months ago

For example: https://github.com/projectdiscovery/katana?tab=readme-ov-file#stdin-piped-input

DnFreddie commented 4 days ago

Hi, you want the stdin to model the DNS resolver string, right? So, instead of: up -dr 8.8... you want: up 8.8.8.8 Is that correct?