Bridge via VPS Ubuntu 22.04

hi. I’m tring to make bridge on VPS Ubuntu 22.04.
First of all need to tell, that I’m making it with official manual step by step: Tor Project | Debian / Ubuntu and Tor Project | Post-install

After all I should have this:

Bridge obfs4 <IP ADDRESS>:<PORT> <FINGERPRINT> cert=<CERTIFICATE> iat-mode=0

I take
Cert from: /var/lib/tor/pt_state/obfs4_bridgeline.txt
IP already known as server’s IP
PORT I set in /etc/tor/torrc
FINGERPRINT from: journalctl -e -u tor@default

The first thing that I have found, that version of TOR from official manual is not latest

root@test:~# tor --version Tor version 0.4.6.10. Tor is running on Linux with Libevent 2.1.12-stable, OpenSSL 3.0.2, Zlib 1.2.11, Liblzma 5.2.5, Libzstd 1.4.8 and Glibc 2.35 as libc. Tor compiled with GCC version 11.2.0


Anybody knows what I should set up else for more security of bridge and it users ?

/etc/tor/torrc only this
BridgeRelay 1
ORPort random1
ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy
ServerTransportListenAddr obfs4 0.0.0.0:random2
ExtORPort auto
ContactInfo randomemail
Nickname random

May be something else ? or any other settings of Ubuntu VPS…

1 Like