mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-08-17 23:57:36 +08:00
documentation: Fix tun address format
This commit is contained in:
parent
44981fd803
commit
531de77124
@ -108,7 +108,7 @@ flowchart TB
|
|||||||
"inbounds": [
|
"inbounds": [
|
||||||
{
|
{
|
||||||
"type": "tun",
|
"type": "tun",
|
||||||
"inet4_address": "172.19.0.1/30",
|
"address": ["172.19.0.1/30"],
|
||||||
"auto_route": true,
|
"auto_route": true,
|
||||||
// "auto_redirect": true, // On linux
|
// "auto_redirect": true, // On linux
|
||||||
"strict_route": true
|
"strict_route": true
|
||||||
@ -162,8 +162,7 @@ flowchart TB
|
|||||||
"inbounds": [
|
"inbounds": [
|
||||||
{
|
{
|
||||||
"type": "tun",
|
"type": "tun",
|
||||||
"inet4_address": "172.19.0.1/30",
|
"address": ["172.19.0.1/30", "fdfe:dcba:9876::1/126"],
|
||||||
"inet6_address": "fdfe:dcba:9876::1/126",
|
|
||||||
"auto_route": true,
|
"auto_route": true,
|
||||||
// "auto_redirect": true, // On linux
|
// "auto_redirect": true, // On linux
|
||||||
"strict_route": true
|
"strict_route": true
|
||||||
@ -233,8 +232,7 @@ flowchart TB
|
|||||||
"inbounds": [
|
"inbounds": [
|
||||||
{
|
{
|
||||||
"type": "tun",
|
"type": "tun",
|
||||||
"inet4_address": "172.19.0.1/30",
|
"address": ["172.19.0.1/30","fdfe:dcba:9876::1/126"],
|
||||||
"inet6_address": "fdfe:dcba:9876::1/126",
|
|
||||||
"auto_route": true,
|
"auto_route": true,
|
||||||
// "auto_redirect": true, // On linux
|
// "auto_redirect": true, // On linux
|
||||||
"strict_route": true
|
"strict_route": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user