Skip to content

Commit

Permalink
Merge pull request zfl9#167 from onlymash/master
Browse files Browse the repository at this point in the history
  • Loading branch information
zfl9 authored Nov 27, 2020
2 parents 0f45dd0 + 61161c8 commit 97522dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ss-tproxy
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ enable_ipforward() {
disable_icmpredir() {
for dir in $(ls /proc/sys/net/ipv4/conf); do
set_sysctl_option "net.ipv4.conf.$dir.send_redirects" 0
set_sysctl_option "net.ipv4.conf.${dir//.//}.send_redirects" 0
done
}
Expand Down

0 comments on commit 97522dc

Please sign in to comment.