Host overrides
Host overrides let you map a hostname to a custom IP address (and optional port), similar to an on-device hosts file.
Common use cases
- Point production domains to a staging server.
- Test a new backend without changing client code.
- Override DNS resolution for debugging.
Create a host entry
- Open Settings → Hosts.
- Tap Add Host.
- Enter the Hostname (wildcards supported).
- Enter the Target IP and optional Port.
- Save and enable the entry.
Notes
- Host overrides apply only while capture is active.
- Use distinct names to keep entries organized.
- Disable or delete overrides when you are done to avoid confusion.