mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[PR #110] Support proxy #111
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/hackernews-TUI/pull/110
Author: @utensil
Created: 7/11/2025
Status: 🔄 Open
Base:
main← Head:proxy📝 Commits (2)
cd21d3fAdd featureproxy-from-envforureqb1a8515Also add featuresocks-proxytoureq📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
hackernews_tui/Cargo.toml(+1 -1)📄 Description
Fixes #43
hackernews-TUI uses ureq 2.10.0 as its HTTP client library, it supports proxies via features
proxy-from-envto load proxy settings from environment variable, andsocks-proxyto support socks proxies.ureqhas 3.x and featureproxy-from-envis enabled by default there, but I didn't bump it to 3.x to avoid compatibility issues, only adding these 2 features.Locally I've tested them to work very well with http and sock5 proxies.
For users really need things to work right now before this PR is merged, you may just
So you are good to go!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.