From bf2a0de7f47ef7a287ba37e4f6db928b72d8c73a Mon Sep 17 00:00:00 2001 From: Caleb Burke Date: Tue, 12 May 2026 01:53:55 -0700 Subject: [PATCH] use IP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de7b913..0f1cf8a 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ Run the command below in the Proxmox VE Shell or a VM to install ibgw. ```bash -bash -c "$(curl -fsSL http://git.burke.lan:3000/alphane/ibgw/src/branch/main/ibgw.sh)" +bash -c "$(curl -fsSL http://192.168.1.174:3000/alphane/ibgw/src/branch/main/ibgw.sh)" ```