fffonion 最近的时间轴更新
fffonion's repos on GitHub
Python · 73 人关注
cloudflare-partner-cli
Set CNAME to use Cloudflare using the partner program
Python · 11 人关注
GeoIPASNum-Generator
Generate MaxMind format GeoIPASNum.dat from bgp.he.net
Python · 7 人关注
ComfyUI-musa
The most powerful and modular stable diffusion GUI with a graph/nodes interface.
C++ · 5 人关注
ESP32-e-Paper-DHT22-Display
读取温湿度,并显示在墨水屏上。 基于 TTGO T5-display 和 DHT22。
JavaScript · 4 人关注
forsaken-mail
a self-hosted disposable mail service
C · 3 人关注
gnuk-64k
GnuK fork that runs on 64KB flash. https://wiki.debian.org/GNUK
Python · 2 人关注
Derfuu_ComfyUI_ModdedNodes_legacy
The state when df_modded_nodes are not renamed
C · 2 人关注
ESP32-e-Paper-Weather-Display
An ESP32 and 2.9", 4.2" or 7.5" ePaper Display reads Weather Underground data via their API and then displays the weather
Python · 1 人关注
115-Lixian-API
115离线API PT作死必备
Go · 1 人关注
airport-subscription-exporter
Export airport subscription info to prometheus
C++ · 1 人关注
csft
Coreseek forked Sphinx
Shell · 1 人关注
docker-compile-system
Simplify the process of building Debian package.
C · 1 人关注
GxEPD2
Arduino Display Library for SPI E-Paper Displays
Python · 0 人关注
AndBug
Android Debugging Library
0 人关注
apple_support
Apple support for Bazel rules
0 人关注
atc-router
Expression based matching library for Kong
0 人关注
BeautifuLogin
实现一种网站通用登录接口(这是一个坑!
C · 0 人关注
chopstx
U2F firmware for Tomu board (+ chopstx port)
Python · 0 人关注
ComfyUI-APISR
Unofficial implementation of APISR for ComfyUI
0 人关注
ComfyUI-Custom-Scripts
Enhancements & experiments for ComfyUI, mostly focusing on UI features
0 人关注
Dnsflare
Edit cloudflare domain dns settings
0 人关注
docs
Documentation for all Ory products
Python · 0 人关注
eastward-modifier
因为太菜,只能改存档了
C++ · 0 人关注
esp_dc1
DC1插线板固件
CSS · 0 人关注
Fusion
Chemistry version of 2048
Vue · 0 人关注
glutton
A web client for aria2
C · 0 人关注
gnuk
Moved to https://github.com/fffonion/gnuk-64k/
0 人关注
gojira
Multi-purpose tool to ease development and testing of Kong by using Docker containers
Go · 0 人关注
graphite_exporter
Server that accepts metrics via the Graphite protocol and exports them as Prometheus metrics
Ruby · 0 人关注
homebrew-pothos
Homebrew formulas for Pothos and SoapySDR
fffonion

fffonion

啊哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈
V2EX 第 61250 号会员,加入于 2014-04-26 11:53:07 +08:00
YAY
根据 fffonion 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
fffonion 最近回复了
用 windows 沙盒,把需要保留的文件夹 map 进去,每天关机就是重装,爽得 1b
2022-03-13 22:37:58 +08:00
回复了 9yu 创建的主题 酷工作 [上海] 明星开源 Infra 厂商 Kong Inc. 进入中国!期待您的加入
@xiaooloong 诶嘿是同事!
2020-02-26 22:10:32 +08:00
回复了 ower 创建的主题 宽带症候群 中国电信免费提速, 200M 以下免费提速到 200M
一键脚本来了
https://gist.github.com/fffonion/40ef2b9ba15ae9874fdaa065a0f498a4

第九行的手机号改一个
2019-09-21 11:49:46 +08:00
回复了 fffonion 创建的主题 分享创造 lua-resty-acme: ACMEv2 客户端和 Let's Encrypt 证书的自动化管理
@noqwerty 这个比 certbot 更自动化,可以尝试一下 = )
2018-04-17 08:18:40 +08:00
回复了 est 创建的主题 Python calibre(电子书管理工具)作者说:老子自己维护 Python 2 :doge:

这😂
2018-04-14 00:23:55 +08:00
回复了 fffonion 创建的主题 NGINX 在 nginx 的同一个端口上运行多个协议
@lbp0200 我也是看到这个之后做的,希望能实现一个更加简单好用的框架
2018-04-14 00:21:09 +08:00
回复了 fffonion 创建的主题 NGINX 在 nginx 的同一个端口上运行多个协议
@lieh222 这个取决于客户端的实现
2018-04-14 00:19:28 +08:00
回复了 fffonion 创建的主题 NGINX 在 nginx 的同一个端口上运行多个协议
@est 检测到了会封一段时间,如果是 tls 检测到了证书可能是无期
2018-04-13 13:59:16 +08:00
回复了 fffonion 创建的主题 NGINX 在 nginx 的同一个端口上运行多个协议
做这个的目的是想要骗过一些主动探测的机制( https://ensa.fi/active-probing/imc2015.pdf ),但是如果某 IDS 用重放的方法来检测协议的话,所有特征都是一样的。所以这个模块可以让你根据时间来选择不同的行为,比如奇数分钟选择 tls 协议后端,偶数分钟选择 http 协议后端。
2018-04-13 13:45:11 +08:00
回复了 fffonion 创建的主题 NGINX 在 nginx 的同一个端口上运行多个协议
测试 ip
```shell
curl https://104.140.14.46:19999 -H "host:www.google.com" -k
curl 104.140.14.46:19999
ssh 104.140.14.46 -p19999 -v
dig www.google.com +tcp @104.140.14.46 -p19999
```
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   968 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 20:16 · PVG 04:16 · LAX 12:16 · JFK 15:16
Developed with CodeLauncher
♥ Do have faith in what you're doing.