魔力/石器外掛

 找回密碼
 立即申請
查看: 856|回復: 0

[公告] v3.1連線問題嘗試解決辦法

[複製鏈接]

121

主題

724

回帖

4671

積分

管理員

Rank: 14Rank: 14Rank: 14Rank: 14

積分
4671

最佳新人活躍會員熱心會員推廣達人宣傳達人灌水之王突出貢獻優秀版主榮譽管理論壇元老

發表於 2022-10-9 13:09:40 | 顯示全部樓層 |閱讀模式


關於有出現連線問題請嘗試下載附件 點選右鍵 "使用系統管理員執行"


包含3個檔案請依據自身系統編碼/語系使用
setDNS-BIG5.cmd (繁體中文系統)
setDNS-GB2312.cmd(簡體中文系統)
setDNS-UTF8.cmd(英文或其他語系勾選UTF8的系統)

DNS.7z (1010 Bytes, 下載次數: 94)




關於文件中的 乙太網路 / Wi-fi 名稱並非固定(不是每個人都一樣的)

請自行使用 WIN+R 鍵入cmd (命令提示字元) 打入 ipconfig 查看並修改
(可以直接將.cmd文件拖至記事本修改)
ipconfig.png


文件內大致內容如下:


[Shell] 純文本查看 複制代碼
@echo ########################################
@echo 請以系統管理員身分執行
@echo 請耐心等候直到 請按任意鍵繼續. 顯示
@echo 请以系统管理员身分执行
@echo 请耐心等候直到 请按任意键继续. 显示
@echo ########################################
ipconfig /release
ipconfig /flushdns
ipconfig /renew
netsh int ip set dns
netsh winsock reset
net stop dnscache
net start dnscache
@echo ########################################
@echo 開始設置DNS
@echo 开始设置DNS
@echo ########################################
netsh interface ipv4 set dns name="乙太網路" static 1.1.1.1
netsh interface ipv4 add dns name="乙太網路" 1.0.0.1
netsh interface ipv6 set dns name="乙太網路" static 2606:4700:4700::1111
netsh interface ipv6 add dns name="乙太網路" 2606:4700:4700::1001

netsh interface ipv4 set dns name="乙太網路 2" static 1.1.1.1
netsh interface ipv4 add dns name="乙太網路 2" 1.0.0.1
netsh interface ipv6 set dns name="乙太網路 2" static 2606:4700:4700::1111
netsh interface ipv6 add dns name="乙太網路 2" 2606:4700:4700::1001

netsh interface ipv4 set dns name="乙太网路" static 1.1.1.1
netsh interface ipv4 add dns name="乙太网路" 1.0.0.1
netsh interface ipv6 set dns name="乙太网路" static 2606:4700:4700::1111
netsh interface ipv6 add dns name="乙太网路" 2606:4700:4700::1001

netsh interface ipv4 set dns name="乙太网路 2" static 1.1.1.1
netsh interface ipv4 add dns name="乙太网路 2" 1.0.0.1
netsh interface ipv6 set dns name="乙太网路 2" static 2606:4700:4700::1111
netsh interface ipv6 add dns name="乙太网路 2" 2606:4700:4700::1001

netsh interface ipv4 set dns name="Wi-Fi" static 1.1.1.1
netsh interface ipv4 add dns name="Wi-Fi" 1.0.0.1
netsh interface ipv6 set dns name="Wi-Fi" static 2606:4700:4700::1111
netsh interface ipv6 add dns name="Wi-Fi" 2606:4700:4700::1001
@echo ########################################
ipconfig
pause






手動更改DNS設置的方法:
右下角有個wifi或連線之類的點右鍵
開啟網路及網際網路設定

WIN10:
看看哪裡有 變更介面卡選項
WIN11:
進階網路設定
更多網路介面卡選項

找到最主要使用的那個有再使用那個點右鍵 內容


找到網際網路通訊協定 第4版 (TCP/IPv4)
連點打開後把底下自動取得DNS改成 使用下列DNS 添加
下面任選任一組
或混搭(推薦Cloudflare)
Cloudflare DNS:
主 1.1.1.1
副 1.1.0.0

Google DNS:
主 8.8.8.8
副 8.8.4.4

中華電信DNS
主 168.95.1.1
副 168.95.192.1


阿里雲
223.5.5.5
223.6.6.6

找到網際網路通訊協定 第6版 (TCP/IPv6)
連點打開後把底下自動取得DNS改成 使用下列DNS 添加
下面任選任一組或混搭(推薦Cloudflare)
Cloudflare DNS:
主 2606:4700:4700::1111
副 2606:4700:4700::1001

Google DNS
主 2001:4860:4860::8888
副 2001:4860:4860::8844

中華電信DNS
主 2001:b000:168::1
副 2001:b000:168::2

阿里雲
2400:3200::1
2400:3200:baba::1




其他說明
.cmd/.bat文件中指令說明
ipconfig /release 用於釋放當前IP地址
ipconfig /flushdns 用於刷新本地 DNS 快取(緩存)
ipconfig /renew 用於更新IP地址
netsh int ip set dns 用於重置IP設置
netsh winsock reset 用於重置Winsock
net stop dnscache 關閉解析和緩存 DNS 域名的 DNS 客戶端服務
net start dnscache 開啟解析和緩存 DNS 域名的 DNS 客戶端服務
netsh interface ipv4 set dns name="xxxxx" static x.x.x.x 用於設置ipv4的主要DNS
netsh interface ipv4 add dns name="xxxxx" x.x.x.x 用於設置ipv4的次要DNS
netsh interface ipv6 set dns name="xxxxx" static xxxx:xxxx:xxxx::xxxx 用於設置ipv6的主要DNS
netsh interface ipv6 add dns name="xxxxx" xxxx:xxxx:xxxx::xxxx 用於設置ipv6的次要DNS










Copyright 2019-2023 ©Bestkakkoii llc. All rights reserved.

All contents in this website are for academic and research use only
回復

使用道具 舉報

關閉

站長推薦上一條 /1 下一條

Archiver|Love SA / Love CG 魔力 / 石器 - 水藍外掛 |網站地圖

GMT+8, 2024-3-29 19:53 , Processed in 0.084084 second(s), 33 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回復 返回頂部 返回列表