From 1eea4ffb8f6b70326349a298772f5628c04941f8 Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:38:45 +0500 Subject: [PATCH] Add voice domain ChatGPT --- configure_zaprets.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure_zaprets.sh b/configure_zaprets.sh index 8afce9f..d95fbc4 100644 --- a/configure_zaprets.sh +++ b/configure_zaprets.sh @@ -73,6 +73,12 @@ then uci add dhcp domain # =cfg14f37d uci set dhcp.@domain[-1].name='openai.com' uci set dhcp.@domain[-1].ip='94.131.119.85' + uci add dhcp domain # =cfg15f37d + uci set dhcp.@domain[-1].name='webrtc.chatgpt.com' + uci set dhcp.@domain[-1].ip='94.131.119.85' + uci add dhcp domain # =cfg16f37d + uci set dhcp.@domain[-1].name='ios.chat.openai.com' + uci set dhcp.@domain[-1].ip='94.131.119.85' uci commit dhcp fi