From 48c74f3d9bdc0fc671c3615cf1de05e1f74d8947 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Mon, 29 May 2023 15:57:34 -0700 Subject: open qrcp port, change qrcp config interface --- etc/nftables.conf | 2 +- home/xyz/.config/qrcp/config.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/etc/nftables.conf b/etc/nftables.conf index 50b901ff..b80ad0cb 100644 --- a/etc/nftables.conf +++ b/etc/nftables.conf @@ -23,7 +23,7 @@ table inet my_table { tcp dport ssh accept #tcp dport searx accept - #tcp dport qrcp accept + tcp dport qrcp accept udp dport mdns accept #tcp dport qbt-mullvad accept #udp dport qbt-mullvad accept diff --git a/home/xyz/.config/qrcp/config.json b/home/xyz/.config/qrcp/config.json index a5fd060e..2307f54d 100644 --- a/home/xyz/.config/qrcp/config.json +++ b/home/xyz/.config/qrcp/config.json @@ -1,11 +1,11 @@ { - "fqdn": "", - "interface": "wlp2s0", - "port": 49153, - "keepAlive": false, - "path": "", - "secure": false, - "tls-key": "", - "tls-cert": "", - "output": "" + "fqdn": "", + "interface": "wlan0", + "keepalive": false, + "output": "", + "path": "", + "port": 49153, + "secure": false, + "tls-cert": "", + "tls-key": "" } \ No newline at end of file -- cgit v1.2.3-70-g09d2