diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-02-06 15:23:41 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-02-06 15:23:41 +0000 |
| commit | fa160f0adff106e32b33ac201564c33aba6938ef (patch) | |
| tree | 71a08f8bdf7694ba96dee5afcaff6d7fcb7a2a4c /example.config.yaml | |
| parent | 2475f5a8b92ef0dd28e7af5f36d01b25243ed778 (diff) | |
Update example config
Diffstat (limited to 'example.config.yaml')
| -rw-r--r-- | example.config.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/example.config.yaml b/example.config.yaml index eaf2be7..1ad4566 100644 --- a/example.config.yaml +++ b/example.config.yaml @@ -3,4 +3,8 @@ wireGuard: network: "10.69.0.0/16" port: "4444" interfaceName: "tunnel" -expireAfter: 86400
\ No newline at end of file +expireAfter: 86400 +#tls: +# enabled: true +# cert: "/etc/ssl/certs/tun.example.com.crt" +# key: "/etc/ssl/private/tun.example.com.key"
\ No newline at end of file |
