From 16f85da759e5888c4abb3d095081780404e82e4e Mon Sep 17 00:00:00 2001 From: neox Date: Mon, 8 Jul 2024 16:25:19 +0200 Subject: [PATCH] correction typo --- config.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.scm b/config.scm index 1cde84c..8208011 100644 --- a/config.scm +++ b/config.scm @@ -287,7 +287,7 @@ SUBSYSTEM==\"usb_device\", GROUP=\"spice\", MODE=\"0660\" (openvpn-remote-configuration (name "vpn-rw.fdn.fr") (port 53)))) - (proto tcp) + (proto 'tcp) (fast-io? #t) (ca "/etc/openvpn/fdn.crt") (auth-user-pass "/etc/openvpn/fdn.creds")))