hinego / T2SKit

Tun2Socks interface for Apple Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T2SKit

基于leaf的Tun2Socks实现,TUN ---> leaf ---> Clash。

{
    "log": {
        "level": "warn"
    },
    "inbounds": [
        {
            "protocol": "tun",
            "settings": {
                "fd": 5
            },
            "tag": "tun"
        }
    ],
    "outbounds": [
        {
            "protocol": "socks",
            "settings": {
                "address": "127.0.0.1",
                "port": 7891
            },
            "tag": "clash"
        }
    ]
}

About

Tun2Socks interface for Apple Platform

License:Apache License 2.0


Languages

Language:Swift 64.5%Language:C 35.5%