diff options
author | Ben Sima <ben@bsima.me> | 2025-02-24 16:46:35 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-02-24 16:46:35 -0500 |
commit | a31b8f801edbde901a09c815e14a7af04a826d4a (patch) | |
tree | 9c50b148cdfb45969352922ca8e1b6ede1e8e7ee | |
parent | 95e69e3c1d5e2153ea98dc1739e09e6cc0196c2b (diff) |
Update my home IP address
This changed when I setup my new router.
-rw-r--r-- | Omni/Cloud/Ports.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Cloud/Ports.nix b/Omni/Cloud/Ports.nix index 9d5bc4c..7f16bf3 100644 --- a/Omni/Cloud/Ports.nix +++ b/Omni/Cloud/Ports.nix @@ -1,5 +1,5 @@ { - bensIp = "24.140.205.252"; # not a port, but it's convenient + bensIp = "24.140.205.251"; # not a port, but it's convenient barrier = 24800; bitcoind = 8333; bitcoind-rpc = 8332; |