thatmarcel / beepserv-rewrite

A small service that generates iMessage registration data on a jailbroken iPhone, now with an app and local state notifications
GNU Affero General Public License v3.0
57 stars 5 forks source link

Document how to use a self-hosted relay #2

Closed gabrc52 closed 7 months ago

gabrc52 commented 7 months ago

From reading the source code, one must put the URL of the custom relay in /var/jb/.beepserv_wsurl. There is no documentation of this.

Upstream issue: https://github.com/beeper/phone-registration-provider/issues/31

thatmarcel commented 7 months ago

Thanks for the heads-up.

Commit 876e322 makes it possible to also put the URL in /var/mobile/.beepserv_relay_url (rootful) or /var/jb/var/mobile/.beepserv_relay_url (rootless).

Since a19b252 there are now instructions in the readme on using a self-hosted relay.