Skip to content

PS5Prxy 0.3

Latest
Compare
Choose a tag to compare
@LiEnby LiEnby released this 17 Nov 04:38
· 1 commit to master since this release
9565fe1
  • Fixed HTTP Response headers.

Changes the contents of "manuals.playstation.net" with whatever is in ps5.html
(default is a script to ask u to enter whatever URL you want then redirect there)

open the program, then put your ps5's proxy settings to your pc's ip address (from ipconfig), and set port as 8080. then open the help page in settings. it should load whatever you have in ps5.html file.

This version is Confirmed working on console (2.02)!

(Tips for whoever inevitably makes a DNS server)

  • HTTPS :
    Do not even attempt to do HTTPS, when the PS5 sends a CONNECT request, you just reply with a cleartext HTTP response, with status code 301 redirecting to a unsecured http server.
  • Response headers:
    Also, You MUST provide a content-type header of "text/html" and probably some others on your pages for it to load on the ps5 browser!

Example:
image