Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
It looks like your missing an else command. Below is how I have it configured and it is working. Without the else command I would think it would just return direct always. (host == "127.0.0.1") || (host == "localhost"))return "DIRECT"elsereturn ra...