# Optional: Adding URLs to Dockflare

There are a few way to add additional addresses to Dockflare, but the easiest is

1. Navigate to your Dockflare url (by default dockfare.yourdomain.com)
2. Log in with your Cloudflare Zero Trust credentials
3. Click on 'add manual rule' and fill out the form

### Examples

Below are some examples with specific use bases

#### Public DynMap

Lets pretend that we want DynMap hosted in port 3333 to be available publicly at maps.yourdomain.com. Anyone who browses to this address will be shown the map

<table><thead><tr><th width="223">Data</th><th>Example</th></tr></thead><tbody><tr><td>Public Hostname</td><td>maps.yourdomain.com</td></tr><tr><td>Service</td><td>http://yourservername:3333</td></tr><tr><td>Access Policy</td><td>Bypass</td></tr></tbody></table>

#### Administrator UI

Lets pretend that we want an administrator UI hosted in port 1234 to be available to specific users at admin.yourdomain.com. We do not want this UI available to the general public.

<table><thead><tr><th width="223">Data</th><th>Example</th></tr></thead><tbody><tr><td>Public Hostname</td><td>admin.yourdomain.com</td></tr><tr><td>Service</td><td>http://yourservername:1234</td></tr><tr><td>Access Policy</td><td><ul><li>*.TLD or</li><li>configure an Access Group policy under the settings tab and apply that</li></ul></td></tr></tbody></table>


---

# 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://www.trentbauer.com/guides/installation-guides/pelican/optional-adding-urls-to-dockflare.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.
