Advertising proxy over local network?

Is it possible? Can proxies somehow "advertise" themselves the way some media services or printers do?

8 points · 7 comments · view on lemmy.world

7 Comments

SGG@lemmy.world · 6 pts · 2y (1 reply)

For most networks, a proxy would be best done though dhcp option 252, which allows specifying a URL that contains a wpad configuration file, or through DNS.

However that's less annoucement and more making the service discoverable.

mfat@lemdro.id · 2 pts · 2y

Thanks much. I think this is what I've been looking for.

hex123456@sh.itjust.works · 3 pts · 2y (2 replies)

Any service can advertise itself using zeroconf but you’d need to establish a service type for proxy and have a client(browser) know to watch for it and connect through automatically (if approved by user)….

mfat@lemdro.id · 1 pts · 2y (1 reply)

Thanks. Have you ever seen this implemented?

hex123456@sh.itjust.works · 2 pts · 2y

No I have not.

shifty51@sh.itjust.works · 2 pts · 2y (1 reply)

Depending on the environment you can often use wpad (windows proxy auto-discover) you have to be able to host a PAC file someplace and have a domain, but it fits for your use case.

mfat@lemdro.id · 2 pts · 2y

Most clients are phones (iPhones and Android)