mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-08-08 19:45:18 +03:00
Add DefaultGateway
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"type": "vpn-server",
|
||||
"tag": "vpn",
|
||||
"address": "10.0.0.1",
|
||||
"default_gateway": "10.0.0.2",
|
||||
"users": [
|
||||
{
|
||||
"address": "10.0.0.2",
|
||||
@@ -47,8 +48,7 @@
|
||||
"rules": [
|
||||
{
|
||||
"inbound": "vless-in",
|
||||
"outbound": "vpn",
|
||||
"override_gateway": "10.0.0.2"
|
||||
"outbound": "vpn"
|
||||
}
|
||||
],
|
||||
"final": "direct-out",
|
||||
|
||||
Reference in New Issue
Block a user