Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Added proxy support#9

Open
PlasmaPower wants to merge8 commits intojohang:master
base:master
Choose a base branch
Loading
fromPlasmaPower:master

Conversation

PlasmaPower
Copy link
Contributor

While I have been able to determine that traffic is going over the proxy, I haven't been able to test if any packets are leaking. If someone could figure out how to test for that it would be great.

@PlasmaPower
Copy link
ContributorAuthor

TODO: Add a better way to input a proxy password, as passing it though an argument means any user can read it withps aux. I've documented this in the--help.

@@ -1,4 +1,4 @@
bin_PROGRAMS = btfs
btfs_SOURCES = btfs.cc btfs.h
btfs_CPPFLAGS = -Wall $(FUSE_CFLAGS) $(LIBTORRENT_CFLAGS) $(LIBCURL_CFLAGS)
btfs_CPPFLAGS = -Wall-std=c++11$(FUSE_CFLAGS) $(LIBTORRENT_CFLAGS) $(LIBCURL_CFLAGS)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Not sure about the c++11 thing. Might break support for older distros.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'm using it for static map initialization. If the older distros are important, I'm pretty sure I can do that differently.

@hazcod
Copy link

Why not get it from environment variables HTTP_PROXY and HTTPS_PROXY ?

@PlasmaPower
Copy link
ContributorAuthor

@hazcod not a bad idea, but it would require parsing them for libtorrent.

@soredake
Copy link

RIP?

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@PlasmaPower@hazcod@soredake@johang

[8]ページ先頭

©2009-2025 Movatter.jp