We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bceb167 commit 0567d6eCopy full SHA for 0567d6e
1 file changed
README.md
@@ -207,6 +207,18 @@ Target = service-two.servicenet:5001
207
[TCPServerTunnel]
208
ListenPort = 5080
209
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
222
```
223
224
Wireproxy can also allow peers to connect to it:
0 commit comments