mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2026-03-09 06:05:22 +00:00
remove added name for service, add more info for readme
This commit is contained in:
@@ -4,10 +4,10 @@ set ARGS=--wf-tcp=443-65535 --wf-udp=443-65535 ^
|
||||
--filter-udp=50000-65535 --dpi-desync=fake,tamper --dpi-desync-any-protocol --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^
|
||||
--filter-tcp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls=\"%~dp0tls_clienthello_www_google_com.bin\"
|
||||
|
||||
set SRVCNAME=zapret_for_discord
|
||||
set SRVCNAME=zapret
|
||||
|
||||
net stop "%SRVCNAME%"
|
||||
sc delete "%SRVCNAME%"
|
||||
sc create "%SRVCNAME%" binPath= "%~dp0winws.exe %ARGS%" DisplayName= "zapret DPI bypass for discord : winws1" start= auto
|
||||
sc description "%SRVCNAME%" "zapret DPI bypass software for discord"
|
||||
sc create "%SRVCNAME%" binPath= "%~dp0winws.exe %ARGS%" DisplayName= "zapret DPI bypass : winws1" start= auto
|
||||
sc description "%SRVCNAME%" "zapret DPI bypass software"
|
||||
sc start "%SRVCNAME%"
|
||||
|
||||
Reference in New Issue
Block a user