From 5ab832d51f9d3311b9cc3ac728676c20f3c6b258 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Wed, 1 May 2024 01:05:09 +0100 Subject: [PATCH] Fix example config for network cog --- config.example.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.toml b/config.example.toml index fc2360c..4aa850b 100644 --- a/config.example.toml +++ b/config.example.toml @@ -74,6 +74,6 @@ on_demand = true # Enables transcoding any video to h264+opus when 📼 (VHS) i [network] ip_servers = [ - "https://ip.i-am.nexus", - "https://ip.shronk.tech" + "ip.i-am.nexus", + "ip.shronk.tech" ] # A list of SHRoNK IP servers. See: https://github.com/SHRoNK-Corporation/shronk-ip-spec/blob/main/RFS0001.md