sub.Monitor icon indicating copy to clipboard operation
sub.Monitor copied to clipboard

Self-hosted passive subdomain continous monitoring tool.

Results 2 sub.Monitor issues
Sort by recently updated
recently updated
newest added

Hi , In line https://github.com/e1abrador/sub.Monitor/blob/8d077ba5547bc60e48661e2833e4906e6626c2ad/monitor.py#L99 , you are using notify flag `-id` According to the help: > -id string[] id to send the notification to (optional) This one breaks the...

#### I noticed that using the `-config` flag doesn't send any notifications. ✅ Working command: ```bash echo "test" | notify --silent --pc ~/.config/notify/test.com/test.yaml -id test.com ``` ❌ Not working: ```bash...