Karan Gauswami
450e72ebba
updated dependency
Signed-off-by: Karan Gauswami <[email protected] >
4 months ago
Karan Gauswami
d8690f23f2
Update README.md
Signed-off-by: Karan Gauswami <[email protected] >
9 months ago
KaranGauswami
2002fc3a9f
added warning note for breaking changes
9 months ago
KaranGauswami
519072a4af
breaking: changed the default listening IP from `0.0.0.0` to `127.0.0.1`. This change restricts the application access to the local machine only.
9 months ago
Karan Gauswami
71448ee7b0
Feature/structure and testing changes ( #22 )
* refactor: refactored code to facilitate testing in pipeline
* refactor: added some tests
* refactor: added some tests
* refactor: added some tests
* version bump
* made changes so arguments will accept Option<&T> instead of &Option<T>
* added auth related code from main branch
* allow support for passing DNS in the socks_address
* accepted clippy suggestions
* bump the dependencies version
9 months ago
Karan Gauswami
c7d0c8f5ed
remove no_httpauth flag from cli and some cleanup ( #23 )
Signed-off-by: KaranGauswami <[email protected] >
10 months ago
blackswan
e4973cfffa
Support HTTP Basic Auth ( #21 )
* support HTTP Basic auth
* Revert "support HTTP Basic auth"
This reverts commit ea036f2790
.
* support HTTP Basic Auth
* update usage
* remove a single used variable
* add option: --no-httpauth to disable HTTP authenticaiton by default
* update usage: --no-httpauth
* fix --no-httpauth parser on true/false
10 months ago
Karan Gauswami
b0c41030ab
took some suggestions from clippy
2 years ago
KaranGauswami
6e6d38913e
doc: add reference to hyper example
3 years ago
KaranGauswami
565d6cdf2e
updated readme
3 years ago
KaranGauswami
d193aa9e66
mirgrated from structopt to clap v3
3 years ago
Karan Gauswami
4778b0fead
updated code to work with newer dependencies version
4 years ago
KaranGauswami
70297792e8
initial commit after worflow
5 years ago