Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
taamarin authored Dec 1, 2022
1 parent 6daa7c9 commit 6e75808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/clash.service
Original file line number Diff line number Diff line change
Expand Up @@ -199,15 +199,15 @@ start_clash() {
echo 1 > /proc/sys/net/ipv6/conf/default/disable_ipv6
echo 1 > /proc/sys/net/ipv6/conf/wlan0/disable_ipv6
ip -6 rule add unreachable pref 100
log "[info] "Ipv6: disable"
log "[info] Ipv6: disable"
else
echo 1 > /proc/sys/net/ipv6/conf/all/accept_ra
echo 1 > /proc/sys/net/ipv6/conf/wlan0/accept_ra
echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6
echo 0 > /proc/sys/net/ipv6/conf/default/disable_ipv6
echo 0 > /proc/sys/net/ipv6/conf/wlan0/disable_ipv6
ip -6 rule del unreachable pref 100
log "[info] "Ipv6: enable"
log "[info] Ipv6: enable"
fi
use_clash
ceks_clash
Expand Down

0 comments on commit 6e75808

Please sign in to comment.