Remove legacy docs CoC (the new one is in the root). Remove legacy assets. (fixes #34) Signed-off-by: Jason Volk <jason@zemos.net>
33 lines
442 B
Markdown
33 lines
442 B
Markdown
## Example configuration
|
|
|
|
<details>
|
|
<summary>Example configuration</summary>
|
|
|
|
```toml
|
|
{{#include ../../tuwunel-example.toml}}
|
|
```
|
|
|
|
</details>
|
|
|
|
## Debian systemd unit file
|
|
|
|
<details>
|
|
<summary>Debian systemd unit file</summary>
|
|
|
|
```
|
|
{{#include ../../debian/tuwunel.service}}
|
|
```
|
|
|
|
</details>
|
|
|
|
## Arch Linux systemd unit file
|
|
|
|
<details>
|
|
<summary>Arch Linux systemd unit file</summary>
|
|
|
|
```
|
|
{{#include ../../arch/tuwunel.service}}
|
|
```
|
|
|
|
</details>
|