On Tomcat 8.5.32, I am trying to figure out how to format my ip in the tomcat/webapps/manager/META-INF/context.xml file to allow only one additional ip along with the local host. Can someone help me modify the below code taken from Access Tomcat Manager App from different host to allow a specific other machine as opposed to all the machines?
<Valve className="org.apache.catalina.valves.RemoteAddrValve"
allow="127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1" />