> For the complete documentation index, see [llms.txt](https://docs.1stream.icu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1stream.icu/new/hysteria-2-pei-zhi-shi-li.md).

# Hysteria 2 配置示例

推荐与[SmartDNS](/new/smartdns-fen-liu-jiao-cheng.md)配合使用 以为带来更好的性能

{% code title="config.yaml" lineNumbers="true" %}

```yaml
resolver:
  type: udp
  udp:
    addr: 127.0.0.1:53 #或者直接使用控制台中的53 plain dns
    timeout: 4s
```

{% endcode %}
