summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/nftables.conf2
-rw-r--r--home/xyz/.config/qrcp/config.json18
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