# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.1stream.icu/new/soga-pei-zhi-shi-li.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
