├── README.md └── config_2.json /README.md: -------------------------------------------------------------------------------- 1 | # akash 2 | config 3 | -------------------------------------------------------------------------------- /config_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "inbounds": 3 | [ 4 | {"port": 1010,"protocol": "vmess","settings": {"clients": [{"id": "5353e9d6-fbba-4150-b93c-e299d4eeeb31","security": "auto","alterId": 0}]}}, 5 | {"port": 1080,"protocol": "socks","settings": {"auth": "noauth", "userLevel": 0}} 6 | ], 7 | "outbounds": [{"protocol": "freedom","settings": {}} 8 | ] 9 | } 10 | --------------------------------------------------------------------------------