mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
hardening(proxy): don't proxy private IP addresses
...by default. This is useful when `RelayDomainNamePattern` is lax (e.g. just "$") (which is not the case by default, so this is simply a hardening measure).
This commit is contained in:
parent
399bda5257
commit
94c6089cdd
4 changed files with 45 additions and 9 deletions
|
@ -31,6 +31,9 @@ The Snowflake proxy can be run with the following options:
|
|||
Usage of ./proxy:
|
||||
-allow-non-tls-relay
|
||||
allow relay without tls encryption
|
||||
-allow-proxying-to-private-addresses
|
||||
allow forwarding client connections to private IP addresses.
|
||||
Useful when a Snowflake server (relay) is hosted on the same private network as this proxy.
|
||||
-allowed-relay-hostname-pattern string
|
||||
a pattern to specify allowed hostname pattern for relay URL. (default "snowflake.torproject.net$")
|
||||
-broker string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue