Skip to content

Commit

Permalink
auto
Browse files Browse the repository at this point in the history
  • Loading branch information
jacyl4 committed Aug 2, 2024
1 parent 8049894 commit 85536ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ table inet router {
oifname $ethernetnum ip saddr 172.16.66.0/24 masquerade
# Docker
oifname != "docker0" ip saddr 172.17.0.0/16 counter masquerade
oifname != "docker0" ip saddr 172.0.0.0/8 counter masquerade
}
}
EOF
Expand Down
2 changes: 1 addition & 1 deletion server
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ table inet router {
chain POSTROUTING {
type nat hook postrouting priority 100; policy accept;
# Docker
oifname != "docker0" ip saddr 172.17.0.0/16 counter masquerade
oifname != "docker0" ip saddr 172.0.0.0/8 counter masquerade
}
}
EOF
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.25.21
v1.25.22
-
<?php
$str= file_get_contents('https://raw.githubusercontent.com/jacyl4/de_GWD/main/version.php');
Expand Down

0 comments on commit 85536ee

Please sign in to comment.