Customer was having an issue as the server IP to be chosen was not followed by text and the regex capturing the IPs was not matching that.
In order to reproduce: you can use this plugin that does not send the nslookup command and supplies to the rest of the code the content that was causing the issue on customer side BUT the regex is still problematic
In order to validate: you can use this plugin that does not send the nslookup command and supplies to the rest of the code the content that was causing the issue on customer side BUT the regex is fixed
Customer was having an issue as the server IP to be chosen was not followed by text and the regex capturing the IPs was not matching that.
In order to reproduce: you can use this plugin that does not send the
nslookup
command and supplies to the rest of the code the content that was causing the issue on customer side BUT the regex is still problematicIn order to validate: you can use this plugin that does not send the
nslookup
command and supplies to the rest of the code the content that was causing the issue on customer side BUT the regex is fixed