A problem about remote debug with vpn net environment

Hi, eskimo. When I am searching a way to do the remote iPhone debug with vpn net, I found your answer in https://developer.apple.com/forums/thread/666090. And you said that

'Set up a Bonjour bridge between home and work. This would involve registering the device’s service on the work network and having it point to an IP address that routes to the device on your home network.'

May I ask that whether the Bonjour bridge means create a gateway in bonjour service for when I google the words 'set up a bonjour bridge', I can only find the information about enstablishing a gateway in bonjou service.

“Bridge”, “gateway”, “proxy”, they’re all highly overloaded terms that mean different things in different contexts. My suggest, however, is very specific:

  1. On the destination end, browse for services and pass info about the service to the source end (including the TXT record, if any).

  2. On the source end, register corresponding services.

  3. If someone connects to that server at the source end, proxy that connection through to the original service.

I’ve never actually tried this myself, but I can’t see any theoretical obstacles to it working.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

A problem about remote debug with vpn net environment
 
 
Q