

Ip saddr YOUR.PC.IP.ADDRESS counter accept Sudo nft add rule inet filter input tcp dport 22 \ Sudo nft add rule inet filter input iif lo counter accept Sudo nft add rule inet filter input ct state related,established \ You can, if you wish, omit the escape character The escape character (backslash) appears in the commands below to escape a line break.This is to prevent the server from responding to scans for Tor relays, pending the completion of Note that the firewall is not opened for general Tor traffic on the ORPort.Also replace the choice of port to reach the obfs4 bridge, which in our example below was chosen to be port 443,.(or a range of IP addresses, such as YOUR.PC.0.0/16, if your IP address changes from time to time but always falls within a range). For SSH on port 22, replace YOUR.PC.IP.ADDRESS with your actual PC IP address.Then install Nftables to implement your server’s firewall: sudo apt install nftables Install FirewallĪfter you first create your server, update all the existing packages: sudo apt update To create a private obfs4 bridge, you will need a virtual private server (VPS) running Debian 10. Create Tor Private Obfs4 Bridges How to Create Tor Private Obfs4 Bridges
