diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-05-09 20:22:44 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-05-09 20:22:44 +0200 |
commit | 32803bd2625a2d6d41e6282f0ddd166a3c99bc41 (patch) | |
tree | 96550368574f807380ec4f0662f521ed707fb1c5 /host/Rory-postgres/software.nix | |
parent | Move bots to nginx (diff) | |
download | Rory-Open-Architecture-32803bd2625a2d6d41e6282f0ddd166a3c99bc41.tar.xz |
fix ip for bots
Diffstat (limited to '')
-rwxr-xr-x | host/Rory-postgres/software.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-postgres/software.nix b/host/Rory-postgres/software.nix index 99cdd64..e16fac2 100755 --- a/host/Rory-postgres/software.nix +++ b/host/Rory-postgres/software.nix @@ -17,7 +17,7 @@ local all all trust host all all 127.0.0.1/32 trust host all all ::1/128 trust - host discordbots discordbots 192.168.1.50/32 trust + host discordbots discordbots 192.168.1.2/32 trust host matrix-synapse-rory-gay matrix-synapse-rory-gay 192.168.1.5/32 trust host all all 0.0.0.0/0 md5 ''; |