This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
payload: | |
# FINAL FANTASY XIV | |
- PROCESS-NAME,ffxiv_dx11 | |
- PROCESS-NAME,ffxiv_dx11.exe | |
- PROCESS-NAME,ffxivboot | |
- PROCESS-NAME,ffxivboot.exe | |
- PROCESS-NAME,ffxivboot64 | |
- PROCESS-NAME,ffxivboot64.exe | |
- PROCESS-NAME,ffxivlauncher64 | |
- PROCESS-NAME,ffxivlauncher64.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
payload: | |
- PROCESS-NAME,chrome | |
- PROCESS-NAME,chrome.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
payload: | |
- PROCESS-NAME,msedge | |
- PROCESS-NAME,msedge.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
payload: | |
- PROCESS-NAME,gameclient | |
- PROCESS-NAME,gameclient.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
payload: | |
- PROCESS-NAME,EpicGamesLauncher | |
- PROCESS-NAME,EpicGamesLauncher.exe | |
- PROCESS-NAME,EpicWebHelper | |
- PROCESS-NAME,EpicWebHelper.exe | |
- PROCESS-NAME,steam | |
- PROCESS-NAME,steam.exe | |
- PROCESS-NAME,steamwebhelper | |
- PROCESS-NAME,steamwebhelper.exe | |
- PROCESS-NAME,Gw2-64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
payload: | |
- PROCESS-NAME,QQLive | |
- PROCESS-NAME,QQLive.exe | |
- PROCESS-NAME,115chrome | |
- PROCESS-NAME,115chrome.exe | |
- PROCESS-NAME,哔哩哔哩 | |
- PROCESS-NAME,哔哩哔哩.exe | |
- PROCESS-NAME,QQLiveService | |
- PROCESS-NAME,QQLiveService.exe | |
- PROCESS-NAME,XshellCore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Giant dictonary to hold key name and VK value | |
VK_CODE = {'backspace':0x08, | |
'tab':0x09, | |
'clear':0x0C, | |
'enter':0x0D, | |
'shift':0x10, | |
'ctrl':0x11, | |
'alt':0x12, | |
'pause':0x13, | |
'caps_lock':0x14, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#---------------------------------------------------# | |
# 配置文件需要放置在 $HOME/.config/clash/config.yml | |
# 或者运行目录下的config.yml | |
#---------------------------------------------------# | |
# 混合端口 HTTP和SOCKS5用一个端口 | |
mixed-port: 7890 | |
# HTTP 代理端口 | |
#port: 7890 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=subconverter | |
After=network.target | |
[Service] | |
ExecStart=/mnt/subconverter/subconverter | |
Restart=on-abort | |
[Install] | |
WantedBy=multi-user.target |
NewerOlder