diff options
author | Ben Sima <ben@bsima.me> | 2024-03-28 22:05:59 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-04-01 12:26:59 -0400 |
commit | 5c8ef1bf4dff4fc7c6e66a57673a81477bcc850a (patch) | |
tree | 86aac9e4bc81e3522f29c4c2066df97f29a363a8 /Biz/Cloud/Ports.nix | |
parent | 4e42fb581e67693ceb9f935f8e918c9b910ac98e (diff) |
Update my IP address
I (finally) switched my ISP account from my parents into my name, and they had
to restart my modem (ONT box?) to process this. So I got a new IP address.
Diffstat (limited to 'Biz/Cloud/Ports.nix')
-rw-r--r-- | Biz/Cloud/Ports.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Cloud/Ports.nix b/Biz/Cloud/Ports.nix index a5839f7..56a1ae7 100644 --- a/Biz/Cloud/Ports.nix +++ b/Biz/Cloud/Ports.nix @@ -1,5 +1,5 @@ { - bensIp = "24.140.86.120"; # not a port, but it's convenient + bensIp = "24.140.205.252"; # not a port, but it's convenient bitcoind = 8333; bitcoind-rpc = 8332; botamusique = 8181; |