Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions using-it/configuration/general-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,20 @@ tproxy-port: 8900
```

{% hint style="warning" %}
Linux Only
Linux Only.
{% endhint %}

{% hint style="warning" %}
TProxy always accepts lan traffic,not affected by `allow-lan`
{% endhint %}

### **Redir Inbound**
```yaml
redir-port: 8901
```

{% hint style="warning" %}
Linux Only.
{% endhint %}

### Mixed HTTP/SOCKS5 Inbound
Expand Down Expand Up @@ -62,7 +75,7 @@ When `allow-lan` is enabled, `bind-address` can't be `localhost` or `127.0.0.1`

### Bind Address

The listening address for the inbound listeners
The listening address for the inbound listeners. Set to `0.0.0.0` by default

```yaml
bind-address: '0.0.0.0'
Expand Down Expand Up @@ -144,7 +157,7 @@ Enable or disable IPv6 support:
```yaml
ipv6: false
```

If `bind-address` is `0.0.0.0`, this will enables dualstack listener.
### Outbound Interface

Specify the network interface for outbound connections:
Expand Down