Browse Source

changed to ANSI256 text output

toastie89 1 year ago
parent
commit
bc2f4fa2cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      linux/wireguard/create-config/wg-createconfig.sh

+ 1 - 1
linux/wireguard/create-config/wg-createconfig.sh

@@ -40,7 +40,7 @@ PersistentKeepalive = 15
 PresharedKey = `cat $peer.psk`
 EOL
 
-  qrencode  -t ANSIUTF8 -r $peer.conf > $peer-qr.txt
+  qrencode  -t ANSI256 -r $peer.conf > $peer-qr.txt
   qrencode  -t png -r $peer.conf -o $peer.png
 }