2021年6月4日 星期五

Disable LINE desktop diagnostic report

禁止 LINE 電腦版傳送連線診斷報告
當把 desktop.line-scdn.net 擋掉時 (ref. Disable LINE desktop force update),
LINE 會傳送連線診斷報告到 nelo2-col.linecorp.com,
內容 body 大概是這樣

診斷報告裡可以看到 desktop.line-scdn.net 解析為 127.0.0.1,
就是故意擋掉還回報 ?
所以 C:\Windows\System32\drivers\etc\hosts 再加入
127.0.0.1 nelo2-col.linecorp.com

若遇到無法存檔問題,
記事本,按右鍵,以系統管理員身份執行,再開上面那個檔

沒有留言:

New SSH client to old SSH server

從新版 SSH 8.x 連到舊版 6.x SSH server 若出現 Unable to negotiate with x.x.x.x port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss ...