> ## Documentation Index
> Fetch the complete documentation index at: https://yumebox.gal.tf/llms.txt
> Use this file to discover all available pages before exploring further.

# Service configuration

<Info> Service configuration is located in **Network Settings → Advanced Options**. After selecting the mode, the page will display the corresponding configuration item </Info>

<View title="Vpn Service" icon="shield-check">
  <ResponseField name="绕过私有网络" type="boolean" default="true">
    Private addresses do not enter the VPN.
  </ResponseField>

  <ResponseField name="DNS 劫持" type="boolean" default="true">
    Hand off DNS requests to mihomo.
  </ResponseField>

  <ResponseField name="启用 IPv6" type="boolean" default="false">
    Add IPv6 addresses and routes for VPN.
  </ResponseField>

  <ResponseField name="允许应用绕过" type="boolean" default="true">
    Allow app requests to bypass VPN.
  </ResponseField>

  <ResponseField name="VPN 系统代理" type="boolean" default="true">
    Set up the mihomo HTTP proxy for applications that support system proxies.
  </ResponseField>

  <Info> Wifi automation, only supports `Vpn Service` mode </Info>
</View>

<View title="Tun" icon="network">
  <ResponseField name="虚拟网卡" type="string" default="Yume">
    Tun interface name, cannot be empty.
  </ResponseField>

  <ResponseField name="MTU" type="integer" default="1500">
    Tun interface size, ranging from `576` to `9000`.
  </ResponseField>

  <ResponseField name="协议栈" type="System | gVisor | Mixed" default="gVisor">
    Select the Tun network stack.
  </ResponseField>

  <ResponseField name="DNS 模式" type="RedirHost | FakeIP" default="RedirHost">
    `RedirHost` returns the real address, `FakeIP` uses the fake-ip address pool.
  </ResponseField>

  <ResponseField name="自动路由" type="boolean" default="true">
    Tun routes are automatically generated by mihomo.
  </ResponseField>

  <ResponseField name="严格路由" type="boolean" default="false">
    Unmatched routes are handled strictly, and packets may be lost if the configuration is incomplete.
  </ResponseField>

  <ResponseField name="自动重定向" type="boolean" default="true">
    Automatically take over application TCP traffic.
  </ResponseField>

  <ResponseField name="启用 IPv6" type="boolean" default="false">
    Allow Tun to handle IPv6 traffic.
  </ResponseField>
</View>

<View title="eBPF" icon="cpu">
  <ResponseField name="绕过私有网络" type="boolean" default="true">
    Common private network segments are automatically excluded, and explicit exclusion of addresses is preferred.
  </ResponseField>

  <ResponseField name="DNS 劫持" type="boolean" default="true">
    Start the eBPF DNS listener.
  </ResponseField>

  <ResponseField name="启用 IPv6" type="boolean" default="false">
    Allow eBPF to handle IPv6.
  </ResponseField>
</View>
