From 4a4519cbac47a0fa6e9c1f1951739ff76a8b4592 Mon Sep 17 00:00:00 2001 From: Vadim Vetrov Date: Mon, 22 Jul 2024 10:59:08 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5daa33c..cc23836 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ You should also configure iptables for this to start working: ```iptables -A OUTPUT -p tcp --dport 443 -j NFQUEUE --queue-num 537 --queue-bypass``` Here iptables serves every tcp packet, destinating port 443 for this userspace packet analyzer (via netfilter kernel module) queue-num may be any number from 0 to 65565. --queue-bypass allows traffic to pass if the application is down. -Run an application with `youtubeUnblock 537` where `537` stands for the queue-num (must be the same as in the iptables rule). +Run an application with `youtubeUnblock 537` where `537` stands for the queue-num (must be the same as in the iptables rule). -Systemd daemon is also available. Do `systemctl enable --now youtubeUnblock.service` after installation. +Systemd daemon is also available. Do `systemctl enable --now youtubeUnblock.service` after installation (uses queue-num `537`). Also DNS over HTTPS (DOH) is preferred for additional anonimity.