mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-06 11:36:43 +03:00
Add files via upload
This commit is contained in:
20
off_configure_zaprets.sh
Normal file
20
off_configure_zaprets.sh
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
|
||||
URL="https://raw.githubusercontent.com/CodeRoK7/RouterichAX3000_configs/refs/heads/main"
|
||||
DIR="/etc/config"
|
||||
DIR_BACKUP="/root/backup"
|
||||
config_files="dhcp
|
||||
youtubeUnblock
|
||||
https-dns-proxy"
|
||||
|
||||
|
||||
mkdir $DIR_BACKUP
|
||||
|
||||
for file in $config_files
|
||||
do
|
||||
cp -f "$DIR_BACKUP/$file" "$DIR/$file"
|
||||
done
|
||||
|
||||
service youtubeUnblock restart
|
||||
service https-dns-proxy restart
|
||||
service dnsmasq restart
|
||||
Reference in New Issue
Block a user