Is there any way to add local clients to the DNSServer.py? An example would be to make 192.168.1.100 as boblawblaw.com and 192.168.1.200 as me.bloblawblaw.com, 192.168.1.10 as the PMS server and all other requests sent to 8.8.4.4 or whatever?
Not sure what you want at boblawblaw...
There is no external "setting" for something like this. But you could add some lines, basically copy the stuff within "if domain in intercept:" (lines 380 to 391) to another "elif" and adapt it to your liking.
Overall I guess a better way would be use an external DNS server, set it up as you need and add the PlexConnect stuff there...
Not sure what you want at boblawblaw...
There is no external "setting" for something like this. But you could add some lines, basically copy the stuff within "if domain in intercept:" (lines 380 to 391) to another "elif" and adapt it to your liking.
Overall I guess a better way would be use an external DNS server, set it up as you need and add the PlexConnect stuff there...
Thanks, I'll play around with that. The only issue with my external DNS is it's also a web host, which I generally have problems setting the redirects and everything back up after I upgrade something to work with PlexConnect. It'd just be one less hassle, honestly.