กล่องร้องเพลง antizapret
20241119000025
ขณะนี้ geosite และ geoip แบบเดิมได้รับการรองรับแล้ว
อนุญาตให้สร้างกฎและปลดบล็อกไซต์ที่จำเป็นเท่านั้น:
bypass
geoip:antizapret
และ geosite:antizapret
เดิม)โปรเจ็กต์นี้ใช้ zapret-info/zi repo เพื่อรับดัมพ์ล่าสุดจาก Roskomnadzor
ปัจจุบันโครงการประกอบด้วยสองสาธารณูปโภค:
filegenerator
-- ยูทิลิตี้ง่ายๆ ในการสร้างไฟล์ antizapret.srs
, antizapret-ruleset.json
, geoip.db
และ geosite.db
จากไฟล์ CSVgithubreleaser
-- ยูทิลิตี้สำหรับสร้างการเผยแพร่และอัปโหลดเนื้อหา คุณสามารถดาวน์โหลด antizapret.srs
, geoip.db
และ geosite.db
ล่าสุดได้ที่นี่:
รปภ. ขออภัย ประมาณวันที่ 6 เมษายน 2024 ลิงก์เสีย ฉันกู้คืนได้แล้ววันนี้ 12 เมษายน
ด้านล่างนี้เป็นตัวอย่างของการกำหนดค่าโดยใช้ WireGuard ขาออก (คุณสามารถสลับไปใช้ Shadowsocks หรือทุกอย่างที่รองรับ Sing-box ได้อย่างง่ายดาย) และ AdGuard DNS ที่เข้ารหัส (ซึ่งจะทำงานบน WireGuard เพื่อบล็อกโฆษณาและเครื่องมือติดตามขณะเชื่อมต่อ)
{
"log" : {
"level" : " warn "
},
"dns" : {
"servers" : [
{
"tag" : " adguard-dns " ,
"address" : " tls://dns.adguard-dns.com " ,
"address_resolver" : " local-dns " ,
"detour" : " wireguard-out "
},
{
"tag" : " local-dns " ,
"address" : " local " ,
"detour" : " direct-out "
}
],
"rules" : [
{
"outbound" : " any " ,
"server" : " local-dns "
}
]
},
"inbounds" : [
{
"type" : " tun " ,
"inet4_address" : " 172.16.0.1/30 " ,
"auto_route" : true ,
"strict_route" : true ,
"sniff" : true
}
],
"outbounds" : [
{
"type" : " direct " ,
"tag" : " direct-out "
},
{
"type" : " wireguard " ,
"tag" : " wireguard-out " ,
"server" : " REDACTED " ,
"server_port" : 51820 ,
"system_interface" : true ,
"local_address" : [
" 10.252.0.1/32 " ,
" 2600:xxxx:xxxx:cafe::1/128 "
],
"private_key" : " REDACTED " ,
"peer_public_key" : " REDACTED " ,
"pre_shared_key" : " REDACTED "
},
{
"type" : " dns " ,
"tag" : " dns-out "
}
],
"route" : {
"rules" : [
{
"rule_set" : " antizapret " ,
"outbound" : " wireguard-out "
},
{
"protocol" : " dns " ,
"outbound" : " dns-out "
}
],
"rule_set" : [
{
"tag" : " antizapret " ,
"type" : " remote " ,
"format" : " binary " ,
"url" : " https://github.com/savely-krasovsky/antizapret-sing-box/releases/latest/download/antizapret.srs " ,
"download_detour" : " wireguard-out "
}
],
"auto_detect_interface" : true
},
"experimental" : {
"cache_file" : {
"enabled" : true
}
}
}