• 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: August 3rd, 2023

help-circle

  • Seems like this is the entire article?

    Tap for spoiler

    Trump says Iran and Israel agree to a ceasefire

    • President Donald Trump announced a ceasefire timeline aimed at ending the conflict between Israel and Iran, stating that Iran’s missile attack resulted in no American casualties.
    • No American or Qatari casualties were reported in the missile attack, according to Trump.
    • Saudi Arabia and the United Arab Emirates condemned the attack on the Al Udeid Air Base in strong terms.
    • Qatar confirmed that its air defenses intercepted several Iranian missiles, and no casualties occurred during the attack on the Al Udeid Air Base.



  • Router gets the public IP. Login to it, find port forwarding option. You’ll pick a public port. IE 443 and forward it to a local IP:port combo, IE 192.168.0.101:443.

    Then you can pick another public port and forward it to a different private IP:port combo.

    If you want a subdomain, you forward one port to one host and have it do the work. IE configure Nginx to do whatever you want.

    EDIT: or you use IPv6. Everything is a public IP.