dependabot[bot]
c1fd357d80
Bump openssl from 0.10.68 to 0.10.70 ( #30 )
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.68 to 0.10.70.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.68...openssl-v0.10.70 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 weeks ago
dependabot[bot]
b8e0c1b2f5
Bump ring from 0.17.8 to 0.17.13 ( #31 )
Bumps [ring](https://github.com/briansmith/ring ) from 0.17.8 to 0.17.13.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md )
- [Commits](https://github.com/briansmith/ring/commits )
---
updated-dependencies:
- dependency-name: ring
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 weeks ago
Karan Gauswami
2b931408ee
fixed rust workflow
Signed-off-by: Karan Gauswami <[email protected] >
4 months ago
Karan Gauswami
a4e52fd8ed
fixed rust workflow
Signed-off-by: Karan Gauswami <[email protected] >
4 months ago
Karan Gauswami
450e72ebba
updated dependency
Signed-off-by: Karan Gauswami <[email protected] >
4 months ago
Karan Gauswami
26cf890b42
added rust workflow for windows and mac
Signed-off-by: Karan Gauswami <[email protected] >
4 months ago
Karan Gauswami
fa3a2084a1
added rust workflow for windows and mac
Signed-off-by: Karan Gauswami <[email protected] >
4 months ago
Karan Gauswami
b50e2ace2d
added rust workflow for windows and mac
Signed-off-by: Karan Gauswami <[email protected] >
4 months ago
Karan Gauswami
07f7a0c5af
fixed windows build failing due to deemonize
Signed-off-by: Karan Gauswami <[email protected] >
4 months ago
Karan Gauswami
848868358c
version bumped to 0.5.0-beta1
Signed-off-by: Karan Gauswami <[email protected] >
4 months ago
Karan Gauswami
d01a49fff0
added option to run it in background.
Signed-off-by: Karan Gauswami <[email protected] >
4 months ago
dependabot[bot]
3d647208e4
Bump openssl from 0.10.64 to 0.10.66 ( #26 )
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.64 to 0.10.66.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.66 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 months ago
Karan Gauswami
097dab7140
Update publish.yml
Signed-off-by: Karan Gauswami <[email protected] >
9 months ago
Karan Gauswami
9e606d8dc0
Update publish.yml
Signed-off-by: Karan Gauswami <[email protected] >
9 months ago
KaranGauswami
0af60f7772
version bump to 0.5.0-alpha2
9 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
KaranGauswami
bd87ee1628
added support for ipv6 listen ip
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
fce0c2f720
Merge pull request #19 from KaranGauswami/dependabot/cargo/mio-0.8.11
Bump mio from 0.8.8 to 0.8.11
10 months ago
dependabot[bot]
85c8b003e8
Bump mio from 0.8.8 to 0.8.11
Bumps [mio](https://github.com/tokio-rs/mio ) from 0.8.8 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases )
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.8...v0.8.11 )
---
updated-dependencies:
- dependency-name: mio
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
1 year ago
Karan Gauswami
b7a9d5f8e3
Merge pull request #16 from KaranGauswami/bugfix/#15
fixed issue #15 by updating hyper version and generating new lock file
2 years ago
Karan Gauswami
538ee40763
fixed issue #15 by updating hyper version and generating new lock file
2 years ago
Karan Gauswami
0b1fd7f8e7
changed logging from log to tracing
2 years ago
Karan Gauswami
b8a5e26db0
refactored code as per new example of hyper
2 years ago
Karan Gauswami
2cf3182cf8
upgraded versions
2 years ago
Karan Gauswami
6f72537f1a
updated the versions
2 years ago
Karan Gauswami
72f3c19763
Merge pull request #13 from KaranGauswami/feature/clap_upgrade_v4
Feature/clap upgrade v4
2 years ago
Karan Gauswami
226b9295a6
deny warnings in code
2 years ago
Karan Gauswami
eb8ab7d106
use clap feature for allowed domains
2 years ago
Karan Gauswami
b0c41030ab
took some suggestions from clippy
2 years ago
Karan Gauswami
899e493f82
used Argument Relations feature in clap to avoid doing double validation in auth username and password
2 years ago
Karan Gauswami
34d4b5c2ab
upgrade clap version to 4
2 years ago
Karan Gauswami
78e4220aca
Merge pull request #11 from mostafa8026/main
feat: add allowed domains option
2 years ago
mostafa
66092ceab5
feat: add allowed domain options
2 years ago
Karan Gauswami
9effd77bf2
Merge pull request #10 from KaranGauswami/dependabot/cargo/openssl-0.10.48
Bump openssl from 0.10.40 to 0.10.48
2 years ago
dependabot[bot]
b32bcc4646
Bump openssl from 0.10.40 to 0.10.48
Bumps [openssl](https://github.com/sfackler/rust-openssl ) from 0.10.40 to 0.10.48.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.40...openssl-v0.10.48 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
2 years ago
Karan Gauswami
9d368fbea1
Merge pull request #9 from KaranGauswami/dependabot/cargo/tokio-1.20.4
Bump tokio from 1.20.3 to 1.20.4
2 years ago
dependabot[bot]
793223f09b
Bump tokio from 1.20.3 to 1.20.4
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.20.3 to 1.20.4.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.3...tokio-1.20.4 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
2 years ago
Karan Gauswami
2b16b0b0c2
Merge pull request #8 from KaranGauswami/dependabot/cargo/tokio-1.20.3
Bump tokio from 1.19.2 to 1.20.3
2 years ago
dependabot[bot]
ab236bc213
Bump tokio from 1.19.2 to 1.20.3
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.19.2 to 1.20.3.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.19.2...tokio-1.20.3 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
2 years ago
KaranGauswami
3323c5809b
release new version 0.3.0
3 years ago
KaranGauswami
cf2d06df1c
moved box leak to start of the program to avoid leaking more memory
3 years ago
KaranGauswami
6e6d38913e
doc: add reference to hyper example
3 years ago
KaranGauswami
565d6cdf2e
updated readme
3 years ago
KaranGauswami
50ee3dcddf
removed anyhow and and support some flags
3 years ago
KaranGauswami
18babcd021
fixed wrong name in docs
3 years ago