> 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/soga-pei-zhi-shi-li.md).

# Soga 配置示例

{% hint style="success" %}
Soga dns.yml 模板 <https://github.com/1-stream/1stream-public-utils/blob/main/soga.yml>
{% endhint %}

修改dns.yml即可

{% code title="" lineNumbers="true" %}

```yaml
https://xxx.core.access.xxxx.fun/dns-query:
  strategy: ipv4_only
  rules:
    # > Netflix
    - domain:netflix.net
    - domain:netflix.com
    #按照该结构补全域名即可。
    
    
# 如果需要使用Else DNS
# 在同一个文件下重复该结构即可如：
https://xxx.core.access.xxxx.fun/dns-query/else:
  strategy: ipv4_only
  rules:
    - domain:spotify.com
```

{% endcode %}
