Results 6 comments of Ilia Pozdnyakov

@dirtyHippy, I have resolved this issue in my fork: https://github.com/iliazeus/vscode-hexdump I fixed it by letting the search wrap around when it reaches the end of the file. [Marketplace link](https://marketplace.visualstudio.com/items?itemName=iliazeus.vscode-hexdump)

@ryu1kn I think I found a simple fix in #81.

Another use case would be obfuscating WireGuard session initiation UPD packets, for countries that use DPI to block WireGuard VPNs.

@kugland the same reason I don't just spin up nginx instead: it's way less convenient.

My workaround on Linux, for the time being, is this: I replaced the contents of `~/.config/autostart/Outline-Client.AppImage.desktop` with this: ``` [Desktop Entry] Type=Application Version=1.0 Name=Outline-Client.AppImage (disabled) Comment=Outline-Client.AppImage startup script (disabled) #Exec=/home/iliazeus/AppImages/Outline-Client.AppImage...