Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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
Appearance settings

License

NotificationsYou must be signed in to change notification settings

bufferoverflow/proxyme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxyme enable and disables proxy settings for several applications such as git, svn, wget, apt, etc.

It uses the templates and the proxyme.ini file located at ~/.proxyme/to update the proxy settings of these applications.

proxyme can be combined withcntlm to reduce proxy pain on developer machines.

Dependencies

  • boost: system, filesystem, program_options, regex
  • ctemplate

on Debian install them with the following command

sudo apt-get install libctemplate-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev

Build & Install it

git clone https://github.com/bufferoverflow/proxyme.gitcd proxymemkdir cmake-build  && cd cmake-buildcmake ..makesudo make install

Use it

help:

proxyme -hproxyme options:  -h [ --help ]         produce help message  --user arg            User      (e.g. DOMAIN\user)  --password arg        Password  (e.g. 1234)  --host arg            Host      (e.g. proxy.example.com)  --port arg (=0)       Port      (e.g. 85)  -d [ --disable ]      Disable Proxy and overwrite all config files!  -o [ --overwrite ]    Overwriting files, don't care if they exist!  -s [ --save ]         Save current parameters within proxyme.ini file  -u [ --urlencode ]    Store the password in URL encoded form  --HOME arg            Environment Variable: HOME

disable proxies:

proxyme -d

enable proxies:

proxyme --host=proxy.example.com --port=85 --user='DOMAIN\user' --password='1234'

you can use -s option to save your settings within ~/.proxyme/proxyme.ini file

Customize it

edit the files under ~/.proxyme/ to reflect your other personal settings as well

License

seeLICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp