This file contains hidden or 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
# Subcommand parsing | |
function __kctl_pos_args | |
set -l pos_args (__fish_print_cmd_args_without_options) | |
# echo __fish_print_cmd_args_without_options pos_args $pos_args > /dev/stderr | |
# remove "kubectl" | |
set -e pos_args[1] | |
string join \n $pos_args | |
end |
No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.
Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.
- A Russian translation of this article can be found here, contributed by Timur Demin.
- A Turkish translation can be found here, contributed by agyild.
- There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.