标题:魔都电信精品网实力耍猴,吊打mjj飞机
作者:☼☼☼☼☼☼
原帖:https://hostloc.com/thread-817850-1-1.html
摘要:https://www.v2ex.com/t/754083#reply38
v2一堆讨论,实锤了,精品网就是高qos的163线路,50一个月不值
作者:☼☼☼☼☼☼
原帖:https://hostloc.com/thread-817850-1-1.html
摘要:https://www.v2ex.com/t/754083#reply38
v2一堆讨论,实锤了,精品网就是高qos的163线路,50一个月不值
标题:dmit月付八折鸡香啊
作者:MrJ
原帖:https://hostloc.com/thread-817852-1-1.html
摘要:签名在用 amd的u用来作战都够了,拿来反代洛杉矶独服 真就直接访问的速度
去程cf 国内量虽然没cera能防的多。但是能防御绝大多数攻击了。
回程三网gia 还不错。
作者:MrJ
原帖:https://hostloc.com/thread-817852-1-1.html
摘要:签名在用 amd的u用来作战都够了,拿来反代洛杉矶独服 真就直接访问的速度
去程cf 国内量虽然没cera能防的多。但是能防御绝大多数攻击了。
回程三网gia 还不错。
标题:哪些商家提供9929的大口子(100M以上)小鸡?
作者:lemoning
原帖:https://hostloc.com/thread-817853-1-1.html
摘要:如题,请各位大佬解答。感觉50M的小口子有点不够用。
作者:lemoning
原帖:https://hostloc.com/thread-817853-1-1.html
摘要:如题,请各位大佬解答。感觉50M的小口子有点不够用。
标题:vps配置cloudflare warp服务解锁netflix解除google验证码
作者:zdszf
原帖:https://hostloc.com/thread-817854-1-1.html
摘要:转自: https://obvps.com/2021/03/12/warpnf.html
据说 cloudflare warp 服务居然还有这种功效,这能不折腾配上么
访问 https://warp.plus/EmoCb 可以下载注册安装获取LICENSE_KEY给之后VPS上使用
如果你还需要warp+流量可以参考[这个脚本](https://github.com/mixool/across/tree/master/wireguard),实际上免费版无限流量对于解锁NF和解除google验证码效果和warp+效果是一样的
https://github.com/ViRb3/wgcf 生成配置
会用到上一步的LICENSE_KEY来生成配置文件wgcf-profile.conf
wget -O /usr/bin/wgcf https://github.com/ViRb3/wgcf/releases/download/v2.2.2/wgcf_2.2.2_linux_amd64
chmod +x /usr/bin/wgcf
wgcf register
wgcf generate
WGCF_LICENSE_KEY="123412341234" wgcf update
文件wgcf-profile.conf内有二行代码,解锁一般都是使用IPv6,即删除AllowedIPs = 0.0.0.0/0这一行
sed -i "s/AllowedIPs = 0.0.0.0\/0//" wgcf-profile.conf
wg 安装可以参考安装cloud内核并开启bbr的脚本来安装较新的内核
bash /etc/wireguard/wgcf.conf
关闭 wg-quick down wgcf
启动 wg-quick up wgcf
状态 wg
配置ray路由规则
搭建可以参这个脚本 https://github.com/mixool/across/tree/master/xray
参考并编辑config.json配置文件部分内容如下,主要是二条directv6,之后重启服务即可 "outbounds": [ {"protocol": "freedom","tag": "direct","settings": {}}, {"protocol": "freedom","tag": "directv6","settings": {"domainStrategy": "UseIPv6"}}, {"protocol": "blackhole","tag": "blocked","settings": {}}, {"protocol": "freedom","tag": "twotag","streamSettings": {"network": "domainsocket","dsSettings": {"path": "/usr/local/etc/xray/ss","abstract": true}}} ], "routing": { "rules": [ {"type": "field","outboundTag": "directv6","domain": ["geosite:netflix","geosite:google"]}, {"type": "field","inboundTag": ["onetag"],"outboundTag": "twotag"}, {"type": "field","outboundTag": "blocked","ip": ["geoip:private"]}, {"type": "field","outboundTag": "blocked","domain": ["geosite:private","geosite:category-ads-all"]} ] }复制代码
作者:zdszf
原帖:https://hostloc.com/thread-817854-1-1.html
摘要:转自: https://obvps.com/2021/03/12/warpnf.html
据说 cloudflare warp 服务居然还有这种功效,这能不折腾配上么
访问 https://warp.plus/EmoCb 可以下载注册安装获取LICENSE_KEY给之后VPS上使用
如果你还需要warp+流量可以参考[这个脚本](https://github.com/mixool/across/tree/master/wireguard),实际上免费版无限流量对于解锁NF和解除google验证码效果和warp+效果是一样的
https://github.com/ViRb3/wgcf 生成配置
会用到上一步的LICENSE_KEY来生成配置文件wgcf-profile.conf
wget -O /usr/bin/wgcf https://github.com/ViRb3/wgcf/releases/download/v2.2.2/wgcf_2.2.2_linux_amd64
chmod +x /usr/bin/wgcf
wgcf register
wgcf generate
WGCF_LICENSE_KEY="123412341234" wgcf update
文件wgcf-profile.conf内有二行代码,解锁一般都是使用IPv6,即删除AllowedIPs = 0.0.0.0/0这一行
sed -i "s/AllowedIPs = 0.0.0.0\/0//" wgcf-profile.conf
wg 安装可以参考安装cloud内核并开启bbr的脚本来安装较新的内核
bash /etc/wireguard/wgcf.conf
关闭 wg-quick down wgcf
启动 wg-quick up wgcf
状态 wg
配置ray路由规则
搭建可以参这个脚本 https://github.com/mixool/across/tree/master/xray
参考并编辑config.json配置文件部分内容如下,主要是二条directv6,之后重启服务即可 "outbounds": [ {"protocol": "freedom","tag": "direct","settings": {}}, {"protocol": "freedom","tag": "directv6","settings": {"domainStrategy": "UseIPv6"}}, {"protocol": "blackhole","tag": "blocked","settings": {}}, {"protocol": "freedom","tag": "twotag","streamSettings": {"network": "domainsocket","dsSettings": {"path": "/usr/local/etc/xray/ss","abstract": true}}} ], "routing": { "rules": [ {"type": "field","outboundTag": "directv6","domain": ["geosite:netflix","geosite:google"]}, {"type": "field","inboundTag": ["onetag"],"outboundTag": "twotag"}, {"type": "field","outboundTag": "blocked","ip": ["geoip:private"]}, {"type": "field","outboundTag": "blocked","domain": ["geosite:private","geosite:category-ads-all"]} ] }复制代码
标题:vhs.plus大佬的免费鸡鸡简单跑了下脚本
作者:aipage
原帖:https://hostloc.com/thread-817855-1-1.html
摘要:https://hostloc.com/thread-817438-1-1.html
@vhs.plus 先感谢白票
跑脚本:
油管:
奶飞:
作者:aipage
原帖:https://hostloc.com/thread-817855-1-1.html
摘要:https://hostloc.com/thread-817438-1-1.html
@vhs.plus 先感谢白票
跑脚本:
油管:
奶飞:
标题:QP 39刀的双E5独服促销咋没人发
作者:MrJ
原帖:https://hostloc.com/thread-817856-1-1.html
摘要:03年的老商家了。。。。北卡虽然速度国内访问不咋地但是价格配置还行。
特别说明商家开了防欺诈系统,而且也绝对是最严厉的级别,一旦下单或注册被判欺诈,请放弃,重新注册或者提交工单均无意义。请不要使用加速访问网页,要填写真实信息购买。
SuperMicro - Intel Dual Xeon E5-2620v2
- Dual Hex Core 2.1 GHz / 2x 15MB Cache / HyperThreading (24 Threads!)
- 32GB RAM standard (upgrade to 64GB +$20, 96GB +$30, 128GB +$40, 256GB +$80)
- 1TB Hard Drive or 500GB SSD
- 5 IP Addresses on Private VLAN with Reverse DNS
- Dedicated KVM over IP / IPMI
- 50TB Bandwidth / 1 Gbps Port
- Unmanaged
- Located in Charlotte, NC (US East Coast - 5ms to Atlanta, 8ms to Ashburn, 13ms to NYC, 19ms to Miami)
SAVE $60 - $39.99 per month! - USE PROMO CODE 3GA081EUMK
https://quickpacket.com/billing/cart.php?a=add&pid=223&promocode=3GA081EUMK
SuperMicro - Intel Xeon E3 v1/v2/v3
- Xeon E3-12xx v1/v2/v3 with 8MB Cache and HyperThreading
- 16GB RAM standard (upgrade to 32GB +$20)
- 1TB Hard Drive or 500GB SSD
- 5 IP Addresses on Private VLAN with Reverse DNS
- Dedicated KVM over IP / IPMI
- 50TB Bandwidth / 1 Gbps Port
- Unmanaged
- Located in Charlotte, NC (US East Coast - 5ms to Atlanta, 8ms to Ashburn, 13ms to NYC, 19ms to Miami)
SAVE $19.99 - $30 per month!
https://quickpacket.com/billing/cart.php?a=add&pid=280
上面是北卡夏洛特数据中心的,下面还有一款洛杉矶:
SuperMicro - Intel Xeon E3-1270v3
- Quad Core 3.5 GHz / 8 MB Cache / HyperThreading (8 Threads!)
- 16GB RAM standard (upgrade to 32GB RAM for an additional $20/month)
- 1TB Hard Drive or 500GB SSD
- 5 IP Addresses on Private VLAN with Reverse DNS
- Dedicated KVM over IP / IPMI
- 50TB Bandwidth / 1 Gbps Port
- Unmanaged
- Located in Los Angeles, CA
SAVE $24.99 - $45 per month! - USE PROMO CODE C9N3FTKHB9
Click here to order now: [ORDER NOW]
往期优惠:
下面列出这款机器配置信息。
CPU:E3-1230v3 Quad Core 3.3 GHz / 8 MB Cache / HyperThreading (8 Threads!)
内存:16GB
硬盘:1TB SATA 或者500GB SSD
月流量:50TB/1Gbps(可选100M不限流量)
IPv4:5个(支持RDNS)
Dedicated KVM over IP / IPMI (要用掉1个IP)
优惠码:C9N3FTKHB9
【Order】洛杉矶 | 芝加哥 | 北卡
测试IP:45.43.223.2(洛杉矶) 162.244.133.43(芝加哥) 64.187.224.4(北卡)
作者:MrJ
原帖:https://hostloc.com/thread-817856-1-1.html
摘要:03年的老商家了。。。。北卡虽然速度国内访问不咋地但是价格配置还行。
特别说明商家开了防欺诈系统,而且也绝对是最严厉的级别,一旦下单或注册被判欺诈,请放弃,重新注册或者提交工单均无意义。请不要使用加速访问网页,要填写真实信息购买。
SuperMicro - Intel Dual Xeon E5-2620v2
- Dual Hex Core 2.1 GHz / 2x 15MB Cache / HyperThreading (24 Threads!)
- 32GB RAM standard (upgrade to 64GB +$20, 96GB +$30, 128GB +$40, 256GB +$80)
- 1TB Hard Drive or 500GB SSD
- 5 IP Addresses on Private VLAN with Reverse DNS
- Dedicated KVM over IP / IPMI
- 50TB Bandwidth / 1 Gbps Port
- Unmanaged
- Located in Charlotte, NC (US East Coast - 5ms to Atlanta, 8ms to Ashburn, 13ms to NYC, 19ms to Miami)
SAVE $60 - $39.99 per month! - USE PROMO CODE 3GA081EUMK
https://quickpacket.com/billing/cart.php?a=add&pid=223&promocode=3GA081EUMK
SuperMicro - Intel Xeon E3 v1/v2/v3
- Xeon E3-12xx v1/v2/v3 with 8MB Cache and HyperThreading
- 16GB RAM standard (upgrade to 32GB +$20)
- 1TB Hard Drive or 500GB SSD
- 5 IP Addresses on Private VLAN with Reverse DNS
- Dedicated KVM over IP / IPMI
- 50TB Bandwidth / 1 Gbps Port
- Unmanaged
- Located in Charlotte, NC (US East Coast - 5ms to Atlanta, 8ms to Ashburn, 13ms to NYC, 19ms to Miami)
SAVE $19.99 - $30 per month!
https://quickpacket.com/billing/cart.php?a=add&pid=280
上面是北卡夏洛特数据中心的,下面还有一款洛杉矶:
SuperMicro - Intel Xeon E3-1270v3
- Quad Core 3.5 GHz / 8 MB Cache / HyperThreading (8 Threads!)
- 16GB RAM standard (upgrade to 32GB RAM for an additional $20/month)
- 1TB Hard Drive or 500GB SSD
- 5 IP Addresses on Private VLAN with Reverse DNS
- Dedicated KVM over IP / IPMI
- 50TB Bandwidth / 1 Gbps Port
- Unmanaged
- Located in Los Angeles, CA
SAVE $24.99 - $45 per month! - USE PROMO CODE C9N3FTKHB9
Click here to order now: [ORDER NOW]
往期优惠:
下面列出这款机器配置信息。
CPU:E3-1230v3 Quad Core 3.3 GHz / 8 MB Cache / HyperThreading (8 Threads!)
内存:16GB
硬盘:1TB SATA 或者500GB SSD
月流量:50TB/1Gbps(可选100M不限流量)
IPv4:5个(支持RDNS)
Dedicated KVM over IP / IPMI (要用掉1个IP)
优惠码:C9N3FTKHB9
【Order】洛杉矶 | 芝加哥 | 北卡
测试IP:45.43.223.2(洛杉矶) 162.244.133.43(芝加哥) 64.187.224.4(北卡)
标题:腾讯云285还有8个月
作者:pandaking
原帖:https://hostloc.com/thread-817859-1-1.html
摘要:如图所示,上海3区的,到11月22日截至
事实上从买来以后就一直没用过,今年一看竟然已经快到期了
很希望能获取一点利用价值,如果有人用得着,请支付150使用费,并告知用途。这样放到结束实在太浪费了
作者:pandaking
原帖:https://hostloc.com/thread-817859-1-1.html
摘要:如图所示,上海3区的,到11月22日截至
事实上从买来以后就一直没用过,今年一看竟然已经快到期了
很希望能获取一点利用价值,如果有人用得着,请支付150使用费,并告知用途。这样放到结束实在太浪费了
标题:Hostyun 韩国9.9 明盘出
作者:bjrjk
原帖:https://hostloc.com/thread-817861-1-1.html
摘要:4月8号到期,放着也是吃灰。不如出给有需要的人。明盘2元。你再出push费5元即可。
有需要pm联系。
作者:bjrjk
原帖:https://hostloc.com/thread-817861-1-1.html
摘要:4月8号到期,放着也是吃灰。不如出给有需要的人。明盘2元。你再出push费5元即可。
有需要pm联系。
标题:请教一下服务器跟数据库的连接延迟问题!
作者:bbx188
原帖:https://hostloc.com/thread-817864-1-1.html
摘要:准备把数据库上云,但是服务器跟云数据库不是同一家的,
准备走外网连接数据库,
这个链接的延迟为40ms,这个延迟,可以吗?
作者:bbx188
原帖:https://hostloc.com/thread-817864-1-1.html
摘要:准备把数据库上云,但是服务器跟云数据库不是同一家的,
准备走外网连接数据库,
这个链接的延迟为40ms,这个延迟,可以吗?
标题:慢出ikoula 10o 明盘60
作者:ccnet
原帖:https://hostloc.com/thread-817867-1-1.html
摘要:出ikoula €10 Starter IKL 60RMB 3.28到期
Starter IKL
Intel® Celeron® G3900 @2.8 GHz (2C/2T) 8 GB DDR4 2 TB SATA 3
Raid soft option(1) Bandwidth 1 Gbps
作者:ccnet
原帖:https://hostloc.com/thread-817867-1-1.html
摘要:出ikoula €10 Starter IKL 60RMB 3.28到期
Starter IKL
Intel® Celeron® G3900 @2.8 GHz (2C/2T) 8 GB DDR4 2 TB SATA 3
Raid soft option(1) Bandwidth 1 Gbps
标题:OVH的赔偿方案
作者:remarkable
原帖:https://hostloc.com/thread-817868-1-1.html
摘要:Dear Customer, Following the fire that occurred on 10 March in our Strasbourg (SBG) datacentre, we regret to inform you that the Bare Metal service(s) hosted in the SBG1 and SBG2 building (see list below) were affected during this event, and cannot be put back in service. SERVICE DC nsXXXXXXX.ip-XXX-XXX-XXXeu sbg1 We recommend ordering alternative services in one of our other datacentres, where we are increasing our capacity. Failover IPs and IP blocks can only be transferred to French datacentres. If you wish to keep them, we recommend choosing the Roubaix (RBX) or Gravelines (GRA) datacentres. A delivery time for this new service will be made available. To apologise for the inconvenience caused, we will provide the service(s) free of charge, for an equivalent of 6 times the amount of your February 2021 invoice for these service(s). We will get back to you in a few days to inform you about the conditions for receiving this service free of charge. If you have enabled the "Backup Storage" feature and made backups of data in this storage space, you can retrieve them, since these backups are located in a remote datacentre. Otherwise, please enable Backup Storage when you place your new order, unless you already have another backup solution. In the meantime, please follow the progress of the situation via our FAQ, which is updated in real time. We are making every effort to mobilise our teams and provide maximum support. The OVHcloud teams 复制代码
我的一台独服在SBG1被烧了,补偿是2月份该服务账单的6倍,就是免费用6个月 ,这补偿很诱人
作者:remarkable
原帖:https://hostloc.com/thread-817868-1-1.html
摘要:Dear Customer, Following the fire that occurred on 10 March in our Strasbourg (SBG) datacentre, we regret to inform you that the Bare Metal service(s) hosted in the SBG1 and SBG2 building (see list below) were affected during this event, and cannot be put back in service. SERVICE DC nsXXXXXXX.ip-XXX-XXX-XXXeu sbg1 We recommend ordering alternative services in one of our other datacentres, where we are increasing our capacity. Failover IPs and IP blocks can only be transferred to French datacentres. If you wish to keep them, we recommend choosing the Roubaix (RBX) or Gravelines (GRA) datacentres. A delivery time for this new service will be made available. To apologise for the inconvenience caused, we will provide the service(s) free of charge, for an equivalent of 6 times the amount of your February 2021 invoice for these service(s). We will get back to you in a few days to inform you about the conditions for receiving this service free of charge. If you have enabled the "Backup Storage" feature and made backups of data in this storage space, you can retrieve them, since these backups are located in a remote datacentre. Otherwise, please enable Backup Storage when you place your new order, unless you already have another backup solution. In the meantime, please follow the progress of the situation via our FAQ, which is updated in real time. We are making every effort to mobilise our teams and provide maximum support. The OVHcloud teams 复制代码
我的一台独服在SBG1被烧了,补偿是2月份该服务账单的6倍,就是免费用6个月 ,这补偿很诱人
标题:认证transferwise还有路子么
作者:artms
原帖:https://hostloc.com/thread-817869-1-1.html
摘要:或者哪位大佬能帮忙打20刀用于开户,可以各种支付转给你先。
作者:artms
原帖:https://hostloc.com/thread-817869-1-1.html
摘要:或者哪位大佬能帮忙打20刀用于开户,可以各种支付转给你先。