Today I almost completely finishined converting the custom DNSmasq configuration files to using Merlin's postconf script option. This will allow me to continue to use the web user interface while maintaining my customizations.
One thing I am having an issue with is this option:
It's in double quotes and the pc_replace directive doesn't seem to work on the \n or the double quotes. Here is what I am trying to replace it with:
Any suggestion on coding the pc_replace command? I have tried but my coding of expressions leave much to be desired..
One thing I am having an issue with is this option:
Code:
dhcp-option=lan,252,"\n"
It's in double quotes and the pc_replace directive doesn't seem to work on the \n or the double quotes. Here is what I am trying to replace it with:
Code:
dhcp-option=lan,252,http://192.168.10.254/wpad.dat
Any suggestion on coding the pc_replace command? I have tried but my coding of expressions leave much to be desired..