TOR: nic_router configuration scheme changed
This commit is contained in:
committed by
Norman Feske
parent
37eb9c03ba
commit
099ea5a6a5
@@ -72,11 +72,11 @@ append config {
|
||||
<config rtt_sec="3">
|
||||
<policy label="uplink" src="10.1.1.2"/>
|
||||
|
||||
<policy label="tor" src="10.1.2.1" tcp-proxy="100">
|
||||
<policy label="tor" src="10.1.2.1" nat="yes" nat-tcp-ports="100">
|
||||
<ip dst="0.0.0.0/0" label="uplink" via="10.1.1.1"/>
|
||||
</policy>
|
||||
|
||||
<policy label="web-client -> fetchurl" src="10.1.3.1" tcp-proxy="100">
|
||||
<policy label="web-client -> fetchurl" src="10.1.3.1" nat="yes" nat-tcp-ports="100">
|
||||
<ip dst="10.1.3.1/32">
|
||||
<tcp dst="9050" label="tor" to="10.1.2.2"/>
|
||||
</ip>
|
||||
|
||||
Reference in New Issue
Block a user