Add experimental_fix_windows_firewall option for system tun stack

This commit is contained in:
世界
2023-05-09 12:26:13 +08:00
parent 57f87eab87
commit ff1c1ef4c9
10 changed files with 71 additions and 46 deletions

View File

@@ -53,8 +53,9 @@
"server_port": 8080
}
},
... // Listen Fields
"experimental_fix_windows_firewall": false,
...
// Listen Fields
}
```
@@ -180,10 +181,10 @@ Exclude users in route, but in range.
Limit android users in route.
| Common user | ID |
|--------------|-----|
| Main | 0 |
| Work Profile | 10 |
| Common user | ID |
|--------------|----|
| Main | 0 |
| Work Profile | 10 |
#### include_package
@@ -201,6 +202,12 @@ Platform-specific settings, provided by client applications.
System HTTP proxy settings.
#### experimental_fix_windows_firewall
Automatically add Windows firewall rules in order for the system stack to work.
This causes some start delays and does not work with existing firewall rules.
### Listen Fields
See [Listen Fields](/configuration/shared/listen) for details.