You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use LuLu and while it's not perfect, sometimes things pop up;
So, looking at recent DNS logs, I see:
;QUESTION
copilot-telemetry.githubusercontent.com. IN A
;ANSWER
copilot-telemetry.githubusercontent.com. 3561 IN CNAME copilot-telemetry-service.githubusercontent.com.
copilot-telemetry-service.githubusercontent.com. 3561 IN CNAME glb-db52c2cf8be544.github.com.
glb-db52c2cf8be544.github.com. 21 IN A 140.82.114.22
;AUTHORITY
;ADDITIONAL
id 51567
opcode QUERY
rcode NOERROR
flags QR RD RA
edns 0
eflags DO
payload 1232
Why is ollama-copilot making requests to copilot-telemetry.githubusercontent.com and how do I prevent this (from the software itself, not via firewall)?
I couldn't find any code initiating telemetry in this repo so it might be a relayed request or a library.
The text was updated successfully, but these errors were encountered:
OK, looking further at the code, it looks like the proxy just forwards just any random requests except for ones which it rewrites. Personally, I don't like this. I will try to disable this and perhaps submit a PR for an optional flag, if you would (potentially) accept it.
Perfect! It's a great observation point and I believe we can try to disable it. However, we just need to understand how the github copilot plugin will behave. But I believe it is possible to disable it without major impacts.
Hello,
Thanks for making this tool!
I use LuLu and while it's not perfect, sometimes things pop up;
![Screenshot 2024-11-15 at 15 29 52](https://private-user-images.githubusercontent.com/2652983/386796291-225f1614-d9d8-4f46-9fe0-a13df1f06859.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NjYxMTMsIm5iZiI6MTczODk2NTgxMywicGF0aCI6Ii8yNjUyOTgzLzM4Njc5NjI5MS0yMjVmMTYxNC1kOWQ4LTRmNDYtOWZlMC1hMTNkZjFmMDY4NTkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMjIwMzMzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZjQzZmIwYjI0OWUwYTBhZGFhNjI0NzQzMGQ5OTJhMGU2OWNlMmVmZWVhZjIyNWU2M2ExOWM4Yjk2NmMwMWRiNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.dbGluHHfjeHCSvvVJRVvSE9toJcYAEkWR7QjhFV4peQ)
So, looking at recent DNS logs, I see:
Why is
ollama-copilot
making requests tocopilot-telemetry.githubusercontent.com
and how do I prevent this (from the software itself, not via firewall)?I couldn't find any code initiating telemetry in this repo so it might be a relayed request or a library.
The text was updated successfully, but these errors were encountered: