I found
a site which details away to have dhcp server out an address for a Proxy Automatic configuration.
It isnt a standard ICP Dhcp option but can be added with the following
#Create a new option
option local-pac-server code 252 = text;
#Pointer to the PAC file
option local-pac-server "http://www.example.com/wpad.dat";