Add ORPort 4431 required for bridge relay; open port in firewall
Tor requires ORPort to be set when BridgeRelay=1. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
49e54f3fa9
commit
590cc1b216
2 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
role = "bridge";
|
||||
};
|
||||
settings = {
|
||||
ORPort = 4431;
|
||||
ServerTransportListenAddr = "obfs4 0.0.0.0:4430";
|
||||
BridgeDistribution = "none";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue