|
@@ -13,7 +13,9 @@ icon: material/new-box
|
|
|
```json
|
|
|
{
|
|
|
"action": "route", // default
|
|
|
- "outbound": ""
|
|
|
+ "outbound": "",
|
|
|
+ "udp_disable_domain_unmapping": false,
|
|
|
+ "udp_connect": false
|
|
|
}
|
|
|
```
|
|
|
|
|
@@ -25,18 +27,6 @@ icon: material/new-box
|
|
|
|
|
|
Tag of target outbound.
|
|
|
|
|
|
-### route-options
|
|
|
-
|
|
|
-```json
|
|
|
-{
|
|
|
- "action": "route-options",
|
|
|
- "udp_disable_domain_unmapping": false,
|
|
|
- "udp_connect": false
|
|
|
-}
|
|
|
-```
|
|
|
-
|
|
|
-`route-options` set options for routing.
|
|
|
-
|
|
|
#### udp_disable_domain_unmapping
|
|
|
|
|
|
If enabled, for UDP proxy requests addressed to a domain,
|
|
@@ -49,6 +39,18 @@ do not support receiving UDP packets with domain addresses, such as Surge.
|
|
|
|
|
|
If enabled, attempts to connect UDP connection to the destination instead of listen.
|
|
|
|
|
|
+### route-options
|
|
|
+
|
|
|
+```json
|
|
|
+{
|
|
|
+ "action": "route-options",
|
|
|
+ "udp_disable_domain_unmapping": false,
|
|
|
+ "udp_connect": false
|
|
|
+}
|
|
|
+```
|
|
|
+
|
|
|
+`route-options` set options for routing.
|
|
|
+
|
|
|
### reject
|
|
|
|
|
|
```json
|