yaroto98
@yaroto98@lemmy.world
This is a remote user, information on this page may be incomplete. View original ↗
- Comment on What path does data take when connecting to a domain at my address? 6 days ago:
Depends, you can set it up a few different ways.
-
you can set the dns so each subdomain resolves to a different port with your ip, in which case your router can forward that port to any local address on your network.
-
reverse proxy, this is most common. You use a service to do the translating for you. Your router forwards all requests on port 80 and 443 to your reverse proxy. The reverse proxy takes requests for subdomain1 and forwards it to the associated ip/port locally.
-
- Comment on Best Way to Create STL from Images 4 weeks ago:
Not easy for complex pictures, but if you have a simple png with a transparent background you can import it into blender or orcaslicer and then add to the z axis.