✅ Detect Network Request
I want make service that detect all connection to specific domain or ip?
And if this request contains for example ":80" will be redirected to other ip?
6 Replies
Reverse proxy quick-start - Caddy Documentation
Caddy is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
this thing has support for that
And some way how can i catch outgoing network request from os and other apps?
You need to use a proxy server or browser plugin
Or a network device in the path
You can monitor connections with the os apis but i don’t think you can transparently change them
That would be a security nightmare
and windows dont have something like iptables?
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.
Closed!