• 0 Posts
  • 134 Comments
Joined 1 year ago
cake
Cake day: August 10th, 2025

help-circle





  • I mean anything is possible, however those are two very unlikely pairings. Iran is majority Islam. Mormons believe in the christian trinity (though not the way normal christians believe in them).

    Different gods, diffefent religious texts, different religious practices. They both like to oppress women in the name of god, but, so do most religions, so I doubt that’s enough to form a solid enough of a bond to convince the Mormons to attack the usa. I’m a former mormon, so one little fun fact, the usa is the mormon’s holy land. They believe the second coming is going to happen in Missouri, and they own large swaths of land there where they believe Jesus will decend.





  • Depends, you can set it up a few different ways.

    1. 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 with port forwarding rules.

    2. 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.