aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--example.config.yaml6
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