summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-07-10 12:10:37 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-07-10 12:10:37 +0800
commitcdc90fe042ecac3dcef6f97dc817d1a8774c47e8 (patch)
treec382c097486b100a707fa12d1355a8dd67238853
parent16857f30e5435478eafcaf2165effe49f143847b (diff)
change qrcp config network interface to wifi, because I moved
-rw-r--r--home/xyz/.config/qrcp/config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.config/qrcp/config.json b/home/xyz/.config/qrcp/config.json
index 171909ef..63955990 100644
--- a/home/xyz/.config/qrcp/config.json
+++ b/home/xyz/.config/qrcp/config.json
@@ -1,6 +1,6 @@
{
"fqdn": "",
- "interface": "enp3s0",
+ "interface": "wlp2s0",
"keepalive": false,
"output": "",
"path": "",
@@ -8,4 +8,4 @@
"secure": false,
"tls-cert": "",
"tls-key": ""
-} \ No newline at end of file
+}