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

Add ServerRecord.TryCreateSocketServer() #192

Merged
merged 2 commits into from
Jan 19, 2022

Conversation

LossyDragon
Copy link
Collaborator

Description

Adds validation for ServerRecords as shown in the newly added tests. Rejects any invalid IPs, invalid ports, or domain names.

Fixes #17

Adds dependancy commons-validator for ipv4 validation.

Checklist

  • Code compiles correctly
  • All tests passing
  • Samples run successfully
  • Extended the README / documentation, if necessary

@LossyDragon LossyDragon merged commit 4d562f6 into Longi94:master Jan 19, 2022
@LossyDragon LossyDragon deleted the PR17 branch January 19, 2022 18:19
@LossyDragon LossyDragon mentioned this pull request Jan 31, 2022
4 tasks
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.

MPR-578 Add ServerRecord.TryCreateSocketServer(string, out).
1 participant