Overview
This is especially useful for cases you don't have root permission on the compute. And you are visit some website that has custom hostname. This tool can help you auto direct from the custom host name to the ip.
## Port Handling
This extension preserves the original port number when redirecting requests. For example:
example.com -> 192.168.1.1:80 (default port)
example.com:8080 -> 192.168.1.1:8080 (custom port preserved)
example.com:443 -> 192.168.1.1:443 (HTTPS port preserved)
## IP Address Handling
This extension ignores URLs that already have IP addresses as hostnames. For example:
10.0.0.1:8080/path → Not modified (IP addresses are not affected)
example.com:8080/path → Will be mapped to the configured IP
Tags
Privacy Practices
🔐 Security Analysis
This extension hasn't been security-scanned yet.