Hi all,

I’m using viewtube for 3 days, and I love it.

My next step is migrate all request to that service, I test the video/playlist url os the same, and I use pi-hole as my local dns server.

Is possible to rewrite the domain on pi-hole? like any request to YouTube.com/watch?v=v43DXkj5b0I to mydomain.com/watch?v=v43DXkj5b0I ?

I was reading pi-hole docs and I can’t find anything useful for this feature.

Thank you.

1 point

… but why don’t you just use vidious and clipious as a client? They even have an Android tv Client. Is there anything that “Viewtube” does better?

permalink
report
reply
1 point

Ok, I will look into that also.

permalink
report
parent
reply
1 point

Not really, you can use DNS to point YouTube.com to an iP you control, but the problem is that you will get TLS issues. It won’t redirect the hostname, but just the IP address. You could use a custom CA and sign YouTube.com certificates, but you will likely still have problems if you use Chrome because they will be pinning certificates for Google services, and your mobile applications will also pin the certs so your mobile YouTube will stop working completely.

permalink
report
reply
1 point

Ok, I see my idea will give me too much trouble.

permalink
report
parent
reply
1 point

Is using viewtube constant fighting with google? It breaks, gets updated and fixed, it breaks again, gets updated and fixed eventually, it breaks…?

permalink
report
reply
1 point

i have something similar with another service.

  1. local DNS (dnsmasq) to redirect requests (officialservice.com -> localservice.local)
  2. localservice.local is my apache proxy setting headers and opening all http requests to replace the links inside the page

quick example

ProxyHTMLEnable     on

[...]

ProxyHTMLURLMap     /aaa    /bbb/ccc

[...]

AddOutputFilterByType INFLATE;SUBSTITUTE;DEFLATE application/x-javascript
Substitute 's|/service/aaa/|/service/bbb/|nq' Substitute 's|/domain/res/|/anotherdomain/res/|nq'
permalink
report
reply
1 point

Why not use SNIProxy?

permalink
report
parent
reply
1 point

Don’t forget to Import your own CA into every device or you will get ssl/tls errors. And good luck to import it into devices like a chromecast…

permalink
report
parent
reply
1 point

I would set up an Nginx container to forward all request to youtube.com to your ViewTube container. Then in PiHole set the A record for youtube.com to be your Nginx container.

permalink
report
reply

Self-Hosted Main

!main@selfhosted.forum

Create post

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.

For Example

  • Service: Dropbox - Alternative: Nextcloud
  • Service: Google Reader - Alternative: Tiny Tiny RSS
  • Service: Blogger - Alternative: WordPress

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

Community stats

  • 23

    Monthly active users

  • 1.8K

    Posts

  • 11K

    Comments

Community moderators