mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-06-07 08:35:12 +02:00
Update README.md
This commit is contained in:
parent
26fa962d24
commit
e3b8a42ded
1 changed files with 0 additions and 4 deletions
|
|
@ -155,10 +155,6 @@ with InvisiblePlaywright(proxy=proxy, timezone="America/New_York") as browser:
|
|||
...
|
||||
```
|
||||
|
||||
| `timezone=` | with proxy | without proxy |
|
||||
|---|---|---|
|
||||
| `""` (default) / `"auto"` | auto from proxy egress IP | auto from host public IP |
|
||||
| `"Area/City"` | that zone | that zone |
|
||||
|
||||
The timezone always tracks the actual egress, so it can't disagree with the IP — a proxy in a different country paired with the host timezone is the classic `timezone_mismatch` signal. The egress IP is mapped to its IANA zone with an offline database ([`daijro/geoip-all-in-one`](https://github.com/daijro/geoip-all-in-one)), which auto-updates against its weekly rebuild and is cached locally (point `STEALTHFOX_GEOIP_MMDB` at your own `.mmdb` to skip the download). On failure: with a proxy the launch raises rather than silently using the host zone (pass an explicit `timezone=` to override); without a proxy it falls back to the host timezone so a transient lookup failure can't break the launch.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue