Remove redundant ExtORPort setting from tor-bridge module
The NixOS tor module already sets ExtORPort=auto when role=bridge. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
99d9afbc36
commit
8f514d8d0e
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@
|
|||
settings = {
|
||||
ServerTransportPlugin = "obfs4 exec ${pkgs.obfs4}/bin/obfs4proxy";
|
||||
ServerTransportListenAddr = "obfs4 0.0.0.0:4430";
|
||||
ExtORPort = "auto";
|
||||
BridgeDistribution = "none";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue