0031400 (@lxz07) 在 极简singbox配置 中发帖
原文链接
实现了什么
简单的tls dns,tun模式
原文
The below config is base on singbox 1.11.10.I will use the latest featrues and abandon the outdated.
The base config file is like this.
{
"log": {},
"dns": {},
"ntp": {},
"certificate": {},
"endpoints": [],
"inbounds": [],
"outbounds": [],
"route": {},
"experimental": {}
}
Now,we write the log.
{
"disabled": false,
"level": "info",
...