{
    "port": 7890,
    "socks-port": 7891,
    "redir-port": 7892,
    "mixed-port": 7893,
    "tproxy-port": 7895,
    "ipv6": false,
    "mode": "rule",
    "log-level": "silent",
    "allow-lan": true,
    "external-controller": "0.0.0.0:9090",
    "secret": "",
    "bind-address": "*",
    "unified-delay": true,
    "profile": {
        "store-selected": true
    },
    "dns": {
        "enable": true,
        "ipv6": false,
        "enhanced-mode": "redir-host",
        "listen": "0.0.0.0:7874",
        "nameserver": [
            "8.8.8.8",
            "1.0.0.1",
            "https://dns.google/dns-query"
        ],
        "fallback": [
            "1.1.1.1",
            "8.8.4.4",
            "https://cloudflare-dns.com/dns-query",
            "112.215.203.254"
        ],
        "default-nameserver": [
            "8.8.8.8",
            "1.1.1.1",
            "112.215.203.254"
        ]
    },
    "proxy-groups": [
        {
            "name": "PILIH-SERVER 🌏",
            "type": "select",
            "proxies": [
                "OTOMATIS 🤖",
                "MANUAL 🔧"
            ]
        },
        {
            "name": "OTOMATIS 🤖",
            "type": "url-test",
            "proxies": [
                "akun-1"
            ],
            "url": "https://www.gstatic.com/generate_204",
            "interval": 120
        },
        {
            "name": "MANUAL 🔧",
            "type": "select",
            "proxies": [
                "akun-1"
            ]
        }
    ],
    "proxies": [
        "akun-1": {
      "type": "http",
      "interval": 3600,
      "health-check": {
        "enable": true,
        "url": "https://www.gstatic.com/generate_204",
        "interval": 300,
        "timeout": 5000,
        "lazy": true,
        "expected-status": 204
      },
      "override": {
        "skip-cert-verify": true,
        "udp": true,
        "down": "50 Mbps",
        "up": "10 Mbps"
      },
      "exclude-type": "ss|http",
      "url": "https://drive.usercontent.google.com/download?id=1_OEZ2JM8eXfUrvDj0hmLYmV7cQcab4o3&export=download&authuser=0",
      "path": "./akun/akun-1.yaml"
    } 
    ],
    "rules": [
        "MATCH,PILIH-SERVER 🌏"
    ]
}