Merge pull request #9 from Lumaeris/main

Update the links to piped-proxy
This commit is contained in:
Kavin 2023-08-19 16:51:37 +01:00 committed by GitHub
commit 3c6de11ba5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ Piped has 3 components:
- [A frontend in VueJS](https://github.com/TeamPiped/Piped)
- [A backend in Java](https://github.com/TeamPiped/Piped-Backend) which uses [NewPipeExtractor](https://github.com/TeamNewPipe/NewPipeExtractor)
- [A proxy in Rust](https://github.com/FireMasterK/piped-proxy)
- [A proxy in Rust](https://github.com/TeamPiped/piped-proxy)
## Frontend

View file

@ -12,7 +12,7 @@ The port the backend should listen on.
### PROXY_PART:
The Base URL address of the proxy. You should use https://github.com/FireMasterK/http3-ytproxy for this. Each instance of the backend should have this on a different hostname for maximum bandwidth.
The Base URL address of the proxy. You should use https://github.com/TeamPiped/piped-proxy for this. Each instance of the backend should have this on a different hostname for maximum bandwidth.
### CAPTCHA_BASE_URL: