I found this in [the example of `Filter`](https://tinyproxy.github.io/#:~:text=Filter): ``` # filter all subdomains of cnn.com, but not cnn.com itself .*\.cnn.com$ ``` I believe `cnn.com` should be `cnn\.com` instead.
I found this in the example of
Filter:I believe
cnn.comshould becnn\.cominstead.