Closed jamc-code closed 4 years ago
Hey! I shortened some variable names (personal preference, feel free to leave out), and switched IP identification to be found with awk + regex instead of cut, allowing for better portability with other vpn providers.
awk
cut
Looks good to me! Thanks!
Hey! I shortened some variable names (personal preference, feel free to leave out), and switched IP identification to be found with
awk
+ regex instead ofcut
, allowing for better portability with other vpn providers.