Kresd rpz redirecting

Hello,

I am not very familiar with kresd. Could somebody help me to redirect page other than to localhost?
I have custom rpz

$TTL 60
@ IN SOA localhost. root.localhost. (
2 ; serial
3H ; refresh
1H ; retry
1W ; expiry
1H) ; minimum
IN NS localhost.

page.com CNAME .

this will redirect page.com to localhost. What to change if I want to redirect page.com to google.com?
I tried to change localhost. and root.localhost to google and com.google but it wasnt worked. Do I need to create zones(files?) for it?. Or just simple change of rpz would help?
Thank you

page.com CNAME . shouldn’t redirect it; it should make the domain nonexistent. Redirecting via RPZ isn’t directly supported in knot-resolver at this moment.