⭐ 这个站是什么系统 by gger #uid23765
http://www.c(此处和谐)nwjcj.com/
----------
✍️ 免费扫权重备了案域名创业干货群52385364领优惠持续分享优质软件源码
http://www.c(此处和谐)nwjcj.com/
----------
✍️ 免费扫权重备了案域名创业干货群52385364领优惠持续分享优质软件源码
⭐ 百毒网盘 现在 只能三个移动端 3个电脑端了. by 鸡不择食 #uid52153
百毒网盘 现在 只能三个移动端 3个电脑端了.
以前开的超会 也一样限制.
----------
✍️ ☎️Telegram|鸡霸探针|鸡霸后花园|鸡霸推荐
鸡霸的店:出绿云等二手小机•PLEX8年老号399• 苹果签名CNY 30有效至2024/11
百毒网盘 现在 只能三个移动端 3个电脑端了.
以前开的超会 也一样限制.
----------
✍️ ☎️Telegram|鸡霸探针|鸡霸后花园|鸡霸推荐
鸡霸的店:出绿云等二手小机•PLEX8年老号399• 苹果签名CNY 30有效至2024/11
⭐ 已出 OVH IE区法国ks-LE-1 ,32G内存 v6 g口 by yangtse007 #uid4145
本帖最后由 yangtse007 于 2024-11-28 22:20 编辑
ie区,法国 ks-LE-1 ,32G内存 v6 g口上下 硬盘没中奖 push 优点硬盘时间少 TG:https://t.me/michael98133
----------
✍️ 搬瓦工日本大阪 CN2 GIA 月付 $49.99 详细评测
本帖最后由 yangtse007 于 2024-11-28 22:20 编辑
ie区,法国 ks-LE-1 ,32G内存 v6 g口上下 硬盘没中奖 push 优点硬盘时间少 TG:https://t.me/michael98133
----------
✍️ 搬瓦工日本大阪 CN2 GIA 月付 $49.99 详细评测
⭐ 突然收到virmach的迁移邮件 by yanaxiao #uid37791
Hello,
Your service on PHXZ001/PHXZ003 will be migrated on November 5th, 2024. The service will be moved to Los Angeles, or possibly San Jose if more suitable. The service IP address will be changed. The data will be migrated. We anticipate up to 8 hours of downtime, between approximately 8AM and 8PM PST. After the migration, you should reconfigure your network and/or utilize the new IP address manually inside your operating system.
We apologize for the inconvenience. We are processing these migrations as we are unsure if we will be continuing the Phoenix location due to recent issues in that location.
Check the network status page for any updates or changes in plans.
-VirMach复制代码
机翻:
您好、
您在 PHXZ001/PHXZ003 上的服務將於 2024 年 11 月 5 日遷移。服務將遷移至洛杉磯,若更適合,也可能遷移至聖荷西。服務 IP 位址將會變更。資料將會遷移。我們預計停機時間長達 8 小時,大約在太平洋標準時間早上 8 點到晚上 8 點之間。遷移完成後,您應該重新配置您的網路,並且/或者在您的作業系統中手動使用新的 IP 位址。
對於造成的不便,我們深表歉意。我們正在處理這些遷移,因為鳳凰城地點最近發生的問題,我們不確定是否會繼續遷移該地點。
請檢查網路狀態頁面,以瞭解計劃的任何更新或變更。
-VirMach复制代码
----------
✍️ 我有一个博客宝可梦星云
Hello,
Your service on PHXZ001/PHXZ003 will be migrated on November 5th, 2024. The service will be moved to Los Angeles, or possibly San Jose if more suitable. The service IP address will be changed. The data will be migrated. We anticipate up to 8 hours of downtime, between approximately 8AM and 8PM PST. After the migration, you should reconfigure your network and/or utilize the new IP address manually inside your operating system.
We apologize for the inconvenience. We are processing these migrations as we are unsure if we will be continuing the Phoenix location due to recent issues in that location.
Check the network status page for any updates or changes in plans.
-VirMach复制代码
机翻:
您好、
您在 PHXZ001/PHXZ003 上的服務將於 2024 年 11 月 5 日遷移。服務將遷移至洛杉磯,若更適合,也可能遷移至聖荷西。服務 IP 位址將會變更。資料將會遷移。我們預計停機時間長達 8 小時,大約在太平洋標準時間早上 8 點到晚上 8 點之間。遷移完成後,您應該重新配置您的網路,並且/或者在您的作業系統中手動使用新的 IP 位址。
對於造成的不便,我們深表歉意。我們正在處理這些遷移,因為鳳凰城地點最近發生的問題,我們不確定是否會繼續遷移該地點。
請檢查網路狀態頁面,以瞭解計劃的任何更新或變更。
-VirMach复制代码
----------
✍️ 我有一个博客宝可梦星云
⭐ 写了个优选IP程序 by niconiconi #uid39226
写了个优选IP程序,实测50W个IP只需要几秒钟,会动手的mjj自己编译,刚开始学有点糙
下载地址 https://drive.kamibook.com/raw/ipopt.7z
use std::{
result,
env,
net::IpAddr,
time::Duration,
io::BufRead,
collections::HashMap,
};
use futures::future::join_all;
use rand::random;
use surge_ping::{Client, Config, IcmpPacket, PingIdentifier, PingSequence, ICMP};
use tokio::time;
use ipnet::{Ipv4Net, Ipv6Net};
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
let args: Vec<String> = env::args().collect();
let ips = get_ip_from_file(&args[2]).await?;
let ipaddrs = get_ip_range(&args[1], ips).await?;
let client_v4 = Client::new(&Config::default())?;
let client_v6 = Client::new(&Config::builder().kind(ICMP::V6).build())?;
let mut tasks = Vec::new();
for ip in &ipaddrs {
match ip.parse() {
Ok(IpAddr::V4(addr)) => {
tasks.push(tokio::spawn(ping(client_v4.clone(), IpAddr::V4(addr))))
}
Ok(IpAddr::V6(addr)) => {
tasks.push(tokio::spawn(ping(client_v6.clone(), IpAddr::V6(addr))))
}
Err(e) => println!("{} parse to ipaddr error: {}", ip, e),
}
}
let results: Vec<_> = join_all(tasks).await.into_iter().filter_map(Result::ok).collect();
let mut ip_map = HashMap::new();
for result in results {
match result {
Ok((ip, delay)) => {
ip_map.insert(ip, delay);
}
Err(e) => {
eprintln!("Error occurred: {:?}", e);
}
}
}
let top_10: Vec<_> = ip_map.into_iter()
.filter(|(_, delay)| delay.as_millis() > 0) // 只保留延迟大于 0 的条目
.collect::<Vec<_>>() // 转换为 Vec
.into_iter() // 迭代
.sorted_by(|(_, delay1), (_, delay2)| delay1.cmp(delay2)) // 按延迟排序
.take(10) // 取前 10 个
.collect(); // 收集
for (ip, delay) in top_10 {
println!("{} {:?}", ip, delay.as_millis());
}
Ok(())
}
async fn ping(client: Client, addr: IpAddr) -> Result<(IpAddr, Duration), Box<dyn std::error::Error + Send + 'static>> {
let payload = [0; 56];
let mut pinger = client.pinger(addr, PingIdentifier(random())).await;
let mut interval = time::interval(Duration::from_secs(1));
let mut delays = Vec::new();
for idx in 0..4 {
interval.tick().await;
match pinger.ping(PingSequence(idx), &payload).await {
Ok((IcmpPacket::V4(_packet), dur)) => {
delays.push(dur);
}
Ok((IcmpPacket::V6(_packet), dur)) => {
delays.push(dur);
}
Err(_e) => {
}
};
}
let average_delay = if !delays.is_empty() {
let total: Duration = delays.iter().sum();
total / delays.len() as u32
} else {
Duration::new(0, 0)
};
Ok((addr, average_delay))
}
async fn get_ip_from_file(file_path: &str) -> Result<Vec<String>, Box<dyn std::error::Error>> {
let mut ips = Vec::new();
let file = std::fs::File::open(file_path)?;
let mut buf_reader = std::io::BufReader::new(file);
let mut line = String::new();
while buf_reader.read_line(&mut line).unwrap() > 0 {
let ip = line.trim();
ips.push(ip.to_string());
line.clear();
}
Ok(ips)
}
async fn get_ip_range(ip_type: &str, ips: Vec<String>) -> result::Result<Vec<String>, Box<dyn std::error::Error>> {
let mut ip_subnets = Vec::new();
match ip_type {
"ipv4" => {
for ip in ips {
let net: Ipv4Net = ip.parse().unwrap();
let subnets = net.subnets(32).expect("PrefixLenError: new prefix length cannot be shorter than existing");
for (_i, n) in subnets.enumerate() {
...
写了个优选IP程序,实测50W个IP只需要几秒钟,会动手的mjj自己编译,刚开始学有点糙
下载地址 https://drive.kamibook.com/raw/ipopt.7z
use std::{
result,
env,
net::IpAddr,
time::Duration,
io::BufRead,
collections::HashMap,
};
use futures::future::join_all;
use rand::random;
use surge_ping::{Client, Config, IcmpPacket, PingIdentifier, PingSequence, ICMP};
use tokio::time;
use ipnet::{Ipv4Net, Ipv6Net};
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
let args: Vec<String> = env::args().collect();
let ips = get_ip_from_file(&args[2]).await?;
let ipaddrs = get_ip_range(&args[1], ips).await?;
let client_v4 = Client::new(&Config::default())?;
let client_v6 = Client::new(&Config::builder().kind(ICMP::V6).build())?;
let mut tasks = Vec::new();
for ip in &ipaddrs {
match ip.parse() {
Ok(IpAddr::V4(addr)) => {
tasks.push(tokio::spawn(ping(client_v4.clone(), IpAddr::V4(addr))))
}
Ok(IpAddr::V6(addr)) => {
tasks.push(tokio::spawn(ping(client_v6.clone(), IpAddr::V6(addr))))
}
Err(e) => println!("{} parse to ipaddr error: {}", ip, e),
}
}
let results: Vec<_> = join_all(tasks).await.into_iter().filter_map(Result::ok).collect();
let mut ip_map = HashMap::new();
for result in results {
match result {
Ok((ip, delay)) => {
ip_map.insert(ip, delay);
}
Err(e) => {
eprintln!("Error occurred: {:?}", e);
}
}
}
let top_10: Vec<_> = ip_map.into_iter()
.filter(|(_, delay)| delay.as_millis() > 0) // 只保留延迟大于 0 的条目
.collect::<Vec<_>>() // 转换为 Vec
.into_iter() // 迭代
.sorted_by(|(_, delay1), (_, delay2)| delay1.cmp(delay2)) // 按延迟排序
.take(10) // 取前 10 个
.collect(); // 收集
for (ip, delay) in top_10 {
println!("{} {:?}", ip, delay.as_millis());
}
Ok(())
}
async fn ping(client: Client, addr: IpAddr) -> Result<(IpAddr, Duration), Box<dyn std::error::Error + Send + 'static>> {
let payload = [0; 56];
let mut pinger = client.pinger(addr, PingIdentifier(random())).await;
let mut interval = time::interval(Duration::from_secs(1));
let mut delays = Vec::new();
for idx in 0..4 {
interval.tick().await;
match pinger.ping(PingSequence(idx), &payload).await {
Ok((IcmpPacket::V4(_packet), dur)) => {
delays.push(dur);
}
Ok((IcmpPacket::V6(_packet), dur)) => {
delays.push(dur);
}
Err(_e) => {
}
};
}
let average_delay = if !delays.is_empty() {
let total: Duration = delays.iter().sum();
total / delays.len() as u32
} else {
Duration::new(0, 0)
};
Ok((addr, average_delay))
}
async fn get_ip_from_file(file_path: &str) -> Result<Vec<String>, Box<dyn std::error::Error>> {
let mut ips = Vec::new();
let file = std::fs::File::open(file_path)?;
let mut buf_reader = std::io::BufReader::new(file);
let mut line = String::new();
while buf_reader.read_line(&mut line).unwrap() > 0 {
let ip = line.trim();
ips.push(ip.to_string());
line.clear();
}
Ok(ips)
}
async fn get_ip_range(ip_type: &str, ips: Vec<String>) -> result::Result<Vec<String>, Box<dyn std::error::Error>> {
let mut ip_subnets = Vec::new();
match ip_type {
"ipv4" => {
for ip in ips {
let net: Ipv4Net = ip.parse().unwrap();
let subnets = net.subnets(32).expect("PrefixLenError: new prefix length cannot be shorter than existing");
for (_i, n) in subnets.enumerate() {
...
⭐ 短址的另類用法之論壇發帖追蹤分析 by httpd #uid39218
在論壇發圖前,將圖像網路絕對路徑通過短址器縮短再插入到貼文,然後就可以充當像素追蹤功能
----------
✍️ 苟憨賤爬,祖國還能害我嗎!
在論壇發圖前,將圖像網路絕對路徑通過短址器縮短再插入到貼文,然後就可以充當像素追蹤功能
----------
✍️ 苟憨賤爬,祖國還能害我嗎!
⭐ 100刀/年能买到稳定亚洲优化机吗 by 803 #uid45111
今年亚洲优化线路不太平,之前跟风买CMI,动不动就断流甚至拔线
心累不想折腾了,求推荐一个稳定商家的亚洲优化机,流量≥800G(或单向400G),不要求解锁 纯
预算年付100刀(能按月付更好)可及吗
今年亚洲优化线路不太平,之前跟风买CMI,动不动就断流甚至拔线
心累不想折腾了,求推荐一个稳定商家的亚洲优化机,流量≥800G(或单向400G),不要求解锁 纯
预算年付100刀(能按月付更好)可及吗
⭐ 为啥这个chorome扩展又不显示要停用了? by wawos #uid76365
https://chromewebstore.google.com/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif?hl=zh-CN
这个代理的扩展, 之前一直显示由于扩展不适配chrone安全规则将停用,
现在又不显示将停用了,
chrome规则又宽松了?
https://chromewebstore.google.com/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif?hl=zh-CN
这个代理的扩展, 之前一直显示由于扩展不适配chrone安全规则将停用,
现在又不显示将停用了,
chrome规则又宽松了?
⭐ 【出】KS-LE-1 加拿大机房 /SYS-2-SSD32 18.9欧 UK英国机房 by TomyStark #uid54289
KS-LE-1 ie区 加拿大机房9.9欧元
1245v2
内存32g
硬盘480*2
ipv6 g口
166元出
SYS-2-SSD32 ie区UK英国机房 18.9欧
d1541 8核16线程
32g内存
两个512g nvme硬盘 速度很快
10g下载 250m上传
145元出
push出需要自备ie账户
tg@wanglong6
yabs如下
KS-LE-1:
SYS-2-ssd
KS-LE-1 ie区 加拿大机房9.9欧元
1245v2
内存32g
硬盘480*2
ipv6 g口
166元出
SYS-2-SSD32 ie区UK英国机房 18.9欧
d1541 8核16线程
32g内存
两个512g nvme硬盘 速度很快
10g下载 250m上传
145元出
push出需要自备ie账户
tg@wanglong6
yabs如下
KS-LE-1:
SYS-2-ssd
⭐ 出 colocrossing ccs 111 洛杉矶E3 1T HDD杜甫 by 小白来了 #uid54319
host:~# wget -qO- bench.sh | bash
-------------------- A Bench.sh Script By Teddysun -------------------
Version : v2024-11-11
Usage : wget -qO- bench.sh | bash
----------------------------------------------------------------------
CPU Model : Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz
CPU Cores : 8 @ 2478.288 MHz
CPU Cache : 8192 KB
AES-NI : ✗ Disabled
VM-x/AMD-V : ✓ Enabled
Total Disk : 915.8 GB (1.7 GB Used)
Total Mem : 31.3 GB (518.4 MB Used)
Total Swap : 976.0 MB (0 Used)
System uptime : 0 days, 16 hour 16 min
Load average : 0.00, 0.00, 0.00
OS : Debian GNU/Linux 12
Arch : x86_64 (64 Bit)
Kernel : 6.1.0-22-amd64
TCP CC : cubic
Virtualization : Dedicated
IPv4/IPv6 : ✓ Online / ✗ Offline
Organization : AS36352 HostPapa
Location : Los Angeles / US
Region : California
----------------------------------------------------------------------
I/O Speed(1st run) : 97.1 MB/s
I/O Speed(2nd run) : 97.9 MB/s
I/O Speed(3rd run) : 98.8 MB/s
I/O Speed(average) : 97.9 MB/s
----------------------------------------------------------------------
Node Name Upload Speed Download Speed Latency
Speedtest.net 941.36 Mbps 942.77 Mbps 0.41 ms
Los Angeles, US 941.26 Mbps 942.82 Mbps 0.99 ms
Dallas, US 941.41 Mbps 933.03 Mbps 31.01 ms
Montreal, CA 829.26 Mbps 930.08 Mbps 76.97 ms
Paris, FR 634.34 Mbps 966.23 Mbps 140.22 ms
Amsterdam, NL 613.48 Mbps 458.14 Mbps 144.79 ms
Beijing, CN 466.74 Mbps 884.19 Mbps 187.89 ms
Hong Kong, CN 3.74 Mbps 2.16 Mbps 160.47 ms
Singapore, SG 188.68 Mbps 720.81 Mbps 175.00 ms
Tokyo, JP 740.68 Mbps 945.43 Mbps 113.82 ms
啥都没中奖,没啥好加价的,出给有需求的Mjj吧,明盘900 网关费+50收的其它MJJ的订单
出到明天中午,没出掉就争议了,能退多少退多少。
host:~# wget -qO- bench.sh | bash
-------------------- A Bench.sh Script By Teddysun -------------------
Version : v2024-11-11
Usage : wget -qO- bench.sh | bash
----------------------------------------------------------------------
CPU Model : Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz
CPU Cores : 8 @ 2478.288 MHz
CPU Cache : 8192 KB
AES-NI : ✗ Disabled
VM-x/AMD-V : ✓ Enabled
Total Disk : 915.8 GB (1.7 GB Used)
Total Mem : 31.3 GB (518.4 MB Used)
Total Swap : 976.0 MB (0 Used)
System uptime : 0 days, 16 hour 16 min
Load average : 0.00, 0.00, 0.00
OS : Debian GNU/Linux 12
Arch : x86_64 (64 Bit)
Kernel : 6.1.0-22-amd64
TCP CC : cubic
Virtualization : Dedicated
IPv4/IPv6 : ✓ Online / ✗ Offline
Organization : AS36352 HostPapa
Location : Los Angeles / US
Region : California
----------------------------------------------------------------------
I/O Speed(1st run) : 97.1 MB/s
I/O Speed(2nd run) : 97.9 MB/s
I/O Speed(3rd run) : 98.8 MB/s
I/O Speed(average) : 97.9 MB/s
----------------------------------------------------------------------
Node Name Upload Speed Download Speed Latency
Speedtest.net 941.36 Mbps 942.77 Mbps 0.41 ms
Los Angeles, US 941.26 Mbps 942.82 Mbps 0.99 ms
Dallas, US 941.41 Mbps 933.03 Mbps 31.01 ms
Montreal, CA 829.26 Mbps 930.08 Mbps 76.97 ms
Paris, FR 634.34 Mbps 966.23 Mbps 140.22 ms
Amsterdam, NL 613.48 Mbps 458.14 Mbps 144.79 ms
Beijing, CN 466.74 Mbps 884.19 Mbps 187.89 ms
Hong Kong, CN 3.74 Mbps 2.16 Mbps 160.47 ms
Singapore, SG 188.68 Mbps 720.81 Mbps 175.00 ms
Tokyo, JP 740.68 Mbps 945.43 Mbps 113.82 ms
啥都没中奖,没啥好加价的,出给有需求的Mjj吧,明盘900 网关费+50收的其它MJJ的订单
出到明天中午,没出掉就争议了,能退多少退多少。
⭐ pycharm 无法使用 tkinter ,图形界面怎么开发? by 云生 #uid18037
想要开发python的图形界面,要使用 tkinter
每次提示这个错误
This probably means that Tcl wasn't installed properly.
网上搜索说是没有安装Tcl
然后我按网上教程一步步来,怎么都成功不了。
垃圾pycharm
想要开发python的图形界面,要使用 tkinter
每次提示这个错误
This probably means that Tcl wasn't installed properly.
网上搜索说是没有安装Tcl
然后我按网上教程一步步来,怎么都成功不了。
垃圾pycharm
⭐ 出ColoCrossing洛杉矶黑五特价114刀杜甫 by burde #uid31395
洛杉矶HDD,CPU升级到了E3-1240V3,不是标称的E3-1240V2,32G内存,1000GB HDD,G口网络,中规中矩。标称流量10T,实际给到的是40TB,流量尚可。成本115刀(当前汇率833元)+200元溢价=1033元。TG:yhsiao
硬盘9857小时,相对年轻
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0027 170 168 021 Pre-fail Always - 4475
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 32
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
9 Power_On_Hours 0x0032 087 087 000 Old_age Always - 9857
10 Spin_Retry_Count 0x0032 100 253 000 Old_age A ...
洛杉矶HDD,CPU升级到了E3-1240V3,不是标称的E3-1240V2,32G内存,1000GB HDD,G口网络,中规中矩。标称流量10T,实际给到的是40TB,流量尚可。成本115刀(当前汇率833元)+200元溢价=1033元。TG:yhsiao
硬盘9857小时,相对年轻
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0027 170 168 021 Pre-fail Always - 4475
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 32
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
9 Power_On_Hours 0x0032 087 087 000 Old_age Always - 9857
10 Spin_Retry_Count 0x0032 100 253 000 Old_age A ...
❤1
⭐ 今年黑五到现在有人中奖吗? by louiejordan #uid51689
依稀记得去年中了好几个,今年没怎么关注,有没有特别香的礼品??
----------
✍️ 专线鸡场|RN黑五:10刀、18刀、28刀、40刀|卢森堡抗投诉|斯巴达
依稀记得去年中了好几个,今年没怎么关注,有没有特别香的礼品??
----------
✍️ 专线鸡场|RN黑五:10刀、18刀、28刀、40刀|卢森堡抗投诉|斯巴达
⭐ 推荐各位几款手机上探针app by DogeLee2 #uid51858
本帖最后由 DogeLee2 于 2024-11-30 18:05 编辑
好处:不用折腾服务端,只需添加服务器就行,基本上都带ssh
缺点:部分需要付费,没法和mjj 交换探针,加深♂感情
ServerCat ios平台,需付费 https://apps.apple.com/us/app/servercat-ssh-terminal/id1501532023
DaRemote,安卓平台,需付费 https://play.google.com/store/apps/details?id=com.deskangel.daremote&hl=zh
Flutter Server Box 全平台,免费 https://github.com/lollipopkit/flutter_server_box
还有其他的话,楼下补充
----------
✍️ 博客 探针
本帖最后由 DogeLee2 于 2024-11-30 18:05 编辑
好处:不用折腾服务端,只需添加服务器就行,基本上都带ssh
缺点:部分需要付费,没法和mjj 交换探针,加深♂感情
ServerCat ios平台,需付费 https://apps.apple.com/us/app/servercat-ssh-terminal/id1501532023
DaRemote,安卓平台,需付费 https://play.google.com/store/apps/details?id=com.deskangel.daremote&hl=zh
Flutter Server Box 全平台,免费 https://github.com/lollipopkit/flutter_server_box
还有其他的话,楼下补充
----------
✍️ 博客 探针
⭐ 有喜欢数字4的不?六数小姨子一个 by acg88 #uid55707
424444.xyz 44 元,续费 7 元一年,西部数码 push,可以自己拉满也可以代拉满
----------
✍️ 图床大全°爱发电影°影视搜索°TG@gqcyy
424444.xyz 44 元,续费 7 元一年,西部数码 push,可以自己拉满也可以代拉满
----------
✍️ 图床大全°爱发电影°影视搜索°TG@gqcyy