Add check for port at the end #142

Merged
sam merged 1 commits from fix-141 into master 2022-10-16 14:25:13 +00:00
Owner

Fixes #141

Before, a failure would add on the port, eg.

127.0.0.1:53
127.0.0.1:53:53
127.0.0.1:53:53:53 // Go actually thinks this is now an IPv6 address, interesting

Now a check is added so this doesn't happen

Fixes #141 Before, a failure would add on the port, eg. ``` 127.0.0.1:53 127.0.0.1:53:53 127.0.0.1:53:53:53 // Go actually thinks this is now an IPv6 address, interesting ``` Now a check is added so this doesn't happen
sam added 1 commit 2022-10-16 14:13:20 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
a3f0c6d49a
Add check for port at the end
Not ideal but functional

Signed-off-by: Sam Therapy <sam@samtherapy.net>
Author
Owner

Also looks like my pipeline change got added here, apparently that option isn't supported anymore, maybe that is why it failed?

Also looks like my pipeline change got added here, apparently that option [isn't supported anymore](https://github.com/drone-plugins/drone-downstream/issues/71), maybe that is why it failed?
grumbulon approved these changes 2022-10-16 14:23:56 +00:00
sam merged commit b80219019e into master 2022-10-16 14:25:13 +00:00
sam deleted branch fix-141 2022-10-16 14:25:13 +00:00
Sign in to join this conversation.
No description provided.