(HELP) Regex for Static DNS

Hi,

Anyone can help me how to use regex in static dns ? Mine is ROS v3.30

I want to make regex for:

  1. **http://abc.xyz.domain.com/folder/**.....and all path beyond

  2. match for www.domain2.com/… and all path beyond, but doesn’t want resolve www.abc.domain2.com


    Thanks in advanced for your help.

Regards

A HTTP URI as a whole has absolutely nothing to do with DNS. It looks like what you want to do (i.e. munge the URL) should be done on the web server iteself - DNS can’t help you here.

so, what exactly do you want to do?..