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:
randogoth 2026-03-27 16:55:34 +03:00
parent 99d9afbc36
commit 8f514d8d0e

View file

@ -8,7 +8,6 @@
settings = {
ServerTransportPlugin = "obfs4 exec ${pkgs.obfs4}/bin/obfs4proxy";
ServerTransportListenAddr = "obfs4 0.0.0.0:4430";
ExtORPort = "auto";
BridgeDistribution = "none";
};
};