add Bulwark to torus server

This commit is contained in:
Tyler Starr 2023-10-08 10:39:04 -07:00
parent ce6f2fcb40
commit 424dd00ca9

View File

@ -50,6 +50,11 @@
publicKey = "hPso657fppLYvBU31Rtqqg792JEoPv7r82JgLoF8S2Y="; publicKey = "hPso657fppLYvBU31Rtqqg792JEoPv7r82JgLoF8S2Y=";
allowedIPs = [ "192.168.2.3/32" ]; allowedIPs = [ "192.168.2.3/32" ];
} }
{
# Bulwark
publicKey = "CDoy/XI8FRQV/ySHigLWG2tpWVw8hgEZXRQCEE3qYHQ=";
allowedIPs = [ "192.168.2.4/32" ];
}
# More peers can be added here. # More peers can be added here.
]; ];
}; };