标题:送一个histyun13.5三网cn2回程的小鸡儿
作者:辣鸡鸡
原帖:https://hostloc.com/thread-856775-1-1.html
摘要:给第一个回帖说要的人,想要的人账户里需要有5元push费用,第一个要的人记得私信我你的编号
作者:辣鸡鸡
原帖:https://hostloc.com/thread-856775-1-1.html
摘要:给第一个回帖说要的人,想要的人账户里需要有5元push费用,第一个要的人记得私信我你的编号
标题:office365续命成功
作者:麻豆传媒
原帖:https://hostloc.com/thread-856777-1-1.html
摘要:Microsoft 365 Developer Program
Congratulations!
Your Microsoft 365 trial developer subscription has been renewed. Your new expiration date is 10/11/2021 (UTC).
Note: Your Microsoft 365 subscription is for development purposes only. For more information, see the Microsoft 365 Developer Program FAQ.
Visit your Microsoft 365 Developer Program dashboard to check your status and to find tools that add value to your subscription.
Thank you!
The Microsoft 365 Developer Program Team
有点麻烦,还是喜欢一年一续的,当初没当回事儿就过期了,艹!这下好了,一年续4次。
作者:麻豆传媒
原帖:https://hostloc.com/thread-856777-1-1.html
摘要:Microsoft 365 Developer Program
Congratulations!
Your Microsoft 365 trial developer subscription has been renewed. Your new expiration date is 10/11/2021 (UTC).
Note: Your Microsoft 365 subscription is for development purposes only. For more information, see the Microsoft 365 Developer Program FAQ.
Visit your Microsoft 365 Developer Program dashboard to check your status and to find tools that add value to your subscription.
Thank you!
The Microsoft 365 Developer Program Team
有点麻烦,还是喜欢一年一续的,当初没当回事儿就过期了,艹!这下好了,一年续4次。
标题:朋友给了几个米粽 我给了朋友梯子 结果朋友下片被警告
作者:KDE
原帖:https://hostloc.com/thread-856778-1-1.html
摘要:然后iptables封禁所有,再允许特定端口,大佬看看这样做对吗?
放/etc/rc.local开机运行
------------------
iptables -F //清除所有
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j ACCEPT
iptables -A INPUT -p udp --dport 8888 -j ACCEPT //转发wgcf
iptables -A INPUT -p udp --dport 2408 -j ACCEPT
iptables -A INPUT -p udp --dport 4000 -j ACCEPT
iptables -A INPUT -p udp --dport 5000 -j ACCEPT
iptables -A INPUT -p udp --dport 53 -j ACCEPT
iptables -A INPUT -p udp --dport 853 -j ACCEPT
#转发wgcf
iptables -t nat -A PREROUTING -p udp --dport 8888 -j DNAT --to-destination 162.159.192.1:2408
iptables -t nat -A POSTROUTING -d 162.159.192.1 -p udp --dport 2408 -j MASQUERADE
关键词封
iptables -A OUTPUT -m string --string "torrent" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string ".torrent" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "peer_id=" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "announce" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "info_hash" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "get_peers" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "find_node" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "BitTorrent" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "announce_peer" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "BitTorrent protocol" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "announce.php?passkey=" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "magnet:" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "xunlei" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "sandai" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "Thunder" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "XLLiveUD" --algo bm --to 65535 -j DROP
iptables -P INPUT DROP
iptables -P FORWARD DROP
iptables -P OUTPUT ACCEPT
iptables -A INPUT -i lo -j ACCEPT
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
作者:KDE
原帖:https://hostloc.com/thread-856778-1-1.html
摘要:然后iptables封禁所有,再允许特定端口,大佬看看这样做对吗?
放/etc/rc.local开机运行
------------------
iptables -F //清除所有
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j ACCEPT
iptables -A INPUT -p udp --dport 8888 -j ACCEPT //转发wgcf
iptables -A INPUT -p udp --dport 2408 -j ACCEPT
iptables -A INPUT -p udp --dport 4000 -j ACCEPT
iptables -A INPUT -p udp --dport 5000 -j ACCEPT
iptables -A INPUT -p udp --dport 53 -j ACCEPT
iptables -A INPUT -p udp --dport 853 -j ACCEPT
#转发wgcf
iptables -t nat -A PREROUTING -p udp --dport 8888 -j DNAT --to-destination 162.159.192.1:2408
iptables -t nat -A POSTROUTING -d 162.159.192.1 -p udp --dport 2408 -j MASQUERADE
关键词封
iptables -A OUTPUT -m string --string "torrent" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string ".torrent" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "peer_id=" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "announce" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "info_hash" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "get_peers" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "find_node" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "BitTorrent" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "announce_peer" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "BitTorrent protocol" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "announce.php?passkey=" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "magnet:" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "xunlei" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "sandai" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "Thunder" --algo bm --to 65535 -j DROP
iptables -A OUTPUT -m string --string "XLLiveUD" --algo bm --to 65535 -j DROP
iptables -P INPUT DROP
iptables -P FORWARD DROP
iptables -P OUTPUT ACCEPT
iptables -A INPUT -i lo -j ACCEPT
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
标题:重金求写域名被墙检测工具
作者:骚猪
原帖:https://hostloc.com/thread-856779-1-1.html
摘要:小项目 寻找开发人员
需要找个Python写一个页端的域名被墙工具,
大概就是一个页端,类似表格一样,
我输入一批域名+端口,可以每隔1分钟检查一次端口是否被墙(reset或者timeout)
https://www.abc.com:6001
https://www.abc.com:6002
https://www.abc.com:6003
https://www.abc.com:6004
https://www.abc.com:6005
https://www.abc.com:6006
页端支持编辑,支持分组如果被墙的域名,底色会自动变黄色,如果连续5次都是timeout或者reset,底色变成红色。
价格:5000元,可以付定金,根据后期需求加钱。
有兴趣的mjj可以PM我。24小时在线
作者:骚猪
原帖:https://hostloc.com/thread-856779-1-1.html
摘要:小项目 寻找开发人员
需要找个Python写一个页端的域名被墙工具,
大概就是一个页端,类似表格一样,
我输入一批域名+端口,可以每隔1分钟检查一次端口是否被墙(reset或者timeout)
https://www.abc.com:6001
https://www.abc.com:6002
https://www.abc.com:6003
https://www.abc.com:6004
https://www.abc.com:6005
https://www.abc.com:6006
页端支持编辑,支持分组如果被墙的域名,底色会自动变黄色,如果连续5次都是timeout或者reset,底色变成红色。
价格:5000元,可以付定金,根据后期需求加钱。
有兴趣的mjj可以PM我。24小时在线
标题:115有点拉垮啊.艹.下个美剧全卡99%
作者:trips
原帖:https://hostloc.com/thread-856780-1-1.html
摘要:好像最近离线大姐姐的片子也是99%...
他奶奶的.要他何用.操了
作者:trips
原帖:https://hostloc.com/thread-856780-1-1.html
摘要:好像最近离线大姐姐的片子也是99%...
他奶奶的.要他何用.操了
标题:再出一个Az3500 国内版,有效期一个月
作者:城里的月光
原帖:https://hostloc.com/thread-856782-1-1.html
摘要:450 ,可开az国内所有区,需要的老板DD我
作者:城里的月光
原帖:https://hostloc.com/thread-856782-1-1.html
摘要:450 ,可开az国内所有区,需要的老板DD我
标题:wholesaleinternet机房出问题了吗?
作者:zhijuefe
原帖:https://hostloc.com/thread-856784-1-1.html
摘要:服务器ping不通,也登录不上服务器
作者:zhijuefe
原帖:https://hostloc.com/thread-856784-1-1.html
摘要:服务器ping不通,也登录不上服务器
标题:继续收Linode
作者:ztxupdag
原帖:https://hostloc.com/thread-856786-1-1.html
摘要:最好是注册了几天的号,100刀快来,60收,觉得价钱可以的PM
作者:ztxupdag
原帖:https://hostloc.com/thread-856786-1-1.html
摘要:最好是注册了几天的号,100刀快来,60收,觉得价钱可以的PM
标题:甲骨文OCI申请
作者:dangyixin
原帖:https://hostloc.com/thread-856787-1-1.html
摘要:真如这个帖子中老哥说的
https://hostloc.com/forum.php?mo ... 6orderby%3Ddateline
用自己的域名邮箱申请,秒回消息,里面附带申请连接
能不能通过不知道,提交申请五个工作日内回复
作者:dangyixin
原帖:https://hostloc.com/thread-856787-1-1.html
摘要:真如这个帖子中老哥说的
https://hostloc.com/forum.php?mo ... 6orderby%3Ddateline
用自己的域名邮箱申请,秒回消息,里面附带申请连接
能不能通过不知道,提交申请五个工作日内回复
标题:扭坑大佬看这
作者:ztxupdag
原帖:https://hostloc.com/thread-856789-1-1.html
摘要:你的站无法支付了,提示
支付通道异常~OPENSSL_SIGN(): SUPPLIED KEY PARAM CANNOT BE COERCED INTO A PRIVATE KEY
修复以下呗
作者:ztxupdag
原帖:https://hostloc.com/thread-856789-1-1.html
摘要:你的站无法支付了,提示
支付通道异常~OPENSSL_SIGN(): SUPPLIED KEY PARAM CANNOT BE COERCED INTO A PRIVATE KEY
修复以下呗
标题:出一个cc,年付50刀绝版机器
作者:CMBC
原帖:https://hostloc.com/thread-856788-1-1.html
摘要:4H8G 100GB ssd 8T流量
next due April 2, 2022
运行时间
70 天 23 小时 14 分 10 秒
机器剩余价值40刀
溢价+剩余价值450出 不讲价
作者:CMBC
原帖:https://hostloc.com/thread-856788-1-1.html
摘要:4H8G 100GB ssd 8T流量
next due April 2, 2022
运行时间
70 天 23 小时 14 分 10 秒
机器剩余价值40刀
溢价+剩余价值450出 不讲价
标题:大带宽服务器
作者:geoxgeo
原帖:https://hostloc.com/thread-856793-1-1.html
摘要:各位彦祖端午好
有没有10G上行的vps推荐?要求境外网络稳定。像fdc这种分闲时(8G-10G)忙时(1G-3G)宽带的就不要了。
另外,不考虑国内方向互通。
作者:geoxgeo
原帖:https://hostloc.com/thread-856793-1-1.html
摘要:各位彦祖端午好
有没有10G上行的vps推荐?要求境外网络稳定。像fdc这种分闲时(8G-10G)忙时(1G-3G)宽带的就不要了。
另外,不考虑国内方向互通。
标题:爬虫大佬来!
作者:西贝小鱼儿
原帖:https://hostloc.com/thread-856795-1-1.html
摘要:请教如何用cookies临时绕过Google recaptcha 验证?
针对bloomberg网站,链接如:https://www.bloomberg.com/news/features/2021-06-09/jimmy-buffett-opens-370-million-margaritaville-in-new-york-city-s-times-square 以前我用本地浏览器获取cookies,然后在服务器上用wget --load-cookies 就可以成功下载,短时间内可以绕过recaptcha 验证。现在不知道怎么回事,这招行不通了。有大佬指导怎么回事吗?短时间内绕过就行。
作者:西贝小鱼儿
原帖:https://hostloc.com/thread-856795-1-1.html
摘要:请教如何用cookies临时绕过Google recaptcha 验证?
针对bloomberg网站,链接如:https://www.bloomberg.com/news/features/2021-06-09/jimmy-buffett-opens-370-million-margaritaville-in-new-york-city-s-times-square 以前我用本地浏览器获取cookies,然后在服务器上用wget --load-cookies 就可以成功下载,短时间内可以绕过recaptcha 验证。现在不知道怎么回事,这招行不通了。有大佬指导怎么回事吗?短时间内绕过就行。
标题:发个帖子阅读权限 90,自己能看到么[阅读权限 90]
作者:gick
原帖:https://hostloc.com/thread-856797-1-1.html
摘要:自己阅读权限不到90,自己发的帖子设为90,自己还能看到么。
还是根本发布了阅读权限90的帖子呀。
作者:gick
原帖:https://hostloc.com/thread-856797-1-1.html
摘要:自己阅读权限不到90,自己发的帖子设为90,自己还能看到么。
还是根本发布了阅读权限90的帖子呀。