Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 17, 2024
2 parents 8b45a6e + f904d1f commit ecbcfdb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config_template/config_template_groups_rule_set_tun.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"inbounds": [
{
"type": "tun",
"inet4_address": "172.19.0.1/30",
"address": "172.19.0.1/30",
"mtu": 9000,
"auto_route": true,
"strict_route": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,10 @@
{
"tag": "tun",
"type": "tun",
"inet4_address": "172.19.0.0/30",
"inet6_address": "fdfe:dcba:9876::0/126",
"address": [
"172.19.0.0/30",
"fdfe:dcba:9876::0/126"
],
"stack": "system",
"auto_route": true,
"strict_route": true,
Expand Down
2 changes: 1 addition & 1 deletion config_template/config_template_no_groups_tun_VN.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"inbounds": [
{
"type": "tun",
"inet4_address": "172.19.0.1/30",
"address": "172.19.0.1/30",
"mtu": 9000,
"auto_route": true,
"strict_route": true,
Expand Down

0 comments on commit ecbcfdb

Please sign in to comment.