UDP Trash Hack for WireGuard on AsusWRT Merlin
- Кладём файл
wgclient-start
в/jffs/scripts/
- Делаем скрипт запускаемым
chmod +x /jffs/scripts/wgclient-start
- Done ✅
wgclient-start
в /jffs/scripts/
chmod +x /jffs/scripts/wgclient-start
Action Center.{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6} | |
Backup and Restore.{B98A2BEA-7D42-4558-8BD1-832F41BAC6FD} | |
Credential Manager.{1206F5F1-0569-412C-8FEC-3204630DFB70} | |
Devices and Printers.{A8A91A66-3A7D-4424-8D24-04E180695C7A} | |
Display.{C555438B-3C23-4769-A71F-B6D3D9B6053A} | |
HomeGroup.{67CA7650-96E6-4FDD-BB43-A8E774F73A57} | |
Notification Area Icons.{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9} | |
Recovery.{9FE63AFD-59CF-4419-9775-ABCC3849F861} | |
RemoteApp and Desktop Connections.{241D7C96-F8BF-4F85-B01F-E2B043341A4B} | |
Speech Recognition.{58E3C745-D971-4081-9034-86E34B30836A} |
Open Terminal. | |
Type this command: | |
cd /System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj/ | |
Now, the file we want to mess around is the InfoPlist.strings. But unfortunately, this file cannot be edited directly using text editor in Lion. But no worries. Run this command to make it editable. | |
sudo plutil -convert xml1 InfoPlist.strings | |
Now the file should be editable and readable. Use your favorite text editor and open InfoPlist.strings. I just used vim | |
sudo vim InfoPlist.strings |