# How to use a QubitVPN profile as just a tunnel (without VPN)

{% stepper %}
{% step %}

#### Open WireGuard Client App.

{% endstep %}

{% step %}

#### Click edit on the profile you would like to be tunneled without VPN use.

{% endstep %}

{% step %}

#### Under “\[Peer]”, change `0.0.0.0/0` to `10.253.0.1/32` (if you set a different VPN Server IP, please enter it instead of “10.253.0.1”).

{% endstep %}

{% step %}

#### Under “\[Peer]”, add `PersistentKeepalive = 25`.

{% endstep %}
{% endstepper %}


---

# 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://qubitvpn.gitbook.io/qubitvpn-docs/how-to-use/how-to-use-a-qubitvpn-profile-as-just-a-tunnel-without-vpn.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.
