Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow ClamClient to support connecting to the ClamAV server via IPAddress #40

Closed
wants to merge 2 commits into from

Conversation

zgardner
Copy link

This use case can happen if the ClamAV server is only accessible via a private IP address. The TcpClient.ConnectAsync(hostname assumes hostname is a DNS address.

…n IP Address. This use case can happen if the ClamAV server is only accessible via a private IP address. The TcpClient.ConnectAsync(hostname assumes hostname is a DNS address.
@tekmaven
Copy link
Owner

tekmaven commented Dec 9, 2020

Due to other PR merges this PR had a conflict so I've fixed that and incorporated into into #42, thanks for your contribution!

@tekmaven tekmaven closed this Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants