Skip to content

Commit 0567d6e

Browse files
authored
Update README with UDPProxyTunnel and Resolve details
Add UDPProxyTunnel and Resolve section to README
1 parent bceb167 commit 0567d6e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,18 @@ Target = service-two.servicenet:5001
207207
[TCPServerTunnel]
208208
ListenPort = 5080
209209
Target = service-three.servicenet:80
210+
211+
[UDPProxyTunnel]
212+
BindAddress = 127.0.0.1:53
213+
Target = 1.1.1.1:53
214+
InactivityTimeout = 30 # If its set to 0, it will never timeout
215+
216+
[Resolve]
217+
# Set DNS Resovle Strategy
218+
# `ipv4`: Prioritize A records.
219+
# `ipv6`: Prioritize AAAA records .
220+
# `auto` (Default): If the WireGuard interface has IPv4 address only, it's equivalent to `ipv4`, otherwise it's equivalent to `ipv6`.
221+
ResolveStrategy = auto
210222
```
211223

212224
Wireproxy can also allow peers to connect to it:

0 commit comments

Comments
 (0)