Skip to content

Commit

Permalink
Update DNS resolution for socks proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Nov 28, 2024
1 parent f09b605 commit 3115c16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gemspec name: 'metasploit-framework'
# gem 'rex-powershell', path: '../rex-powershell'
# gem 'rex-socket', git: 'https://github.com/user-r7/rex-socket', branch: 'your-branch-here'

gem 'rex-socket', path: '../rex-socket'
gem 'rex-socket', git: 'https://github.com/adfoster-r7/rex-socket', branch: 'expose-supported-proxies'

# separate from test as simplecov is not run on travis-ci
group :coverage do
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
PATH
remote: ../rex-socket
GIT
remote: https://github.com/adfoster-r7/rex-socket
revision: 73e1ff197a0d84b2923e48b0c94d15f4d79ef224
branch: expose-supported-proxies
specs:
rex-socket (0.1.59)
dnsruby
Expand Down

0 comments on commit 3115c16

Please sign in to comment.