Skip to content

Instantly share code, notes, and snippets.

View ckaznable's full-sized avatar
🐦
Free Bird ya~

ckaznable ckaznable

🐦
Free Bird ya~
View GitHub Profile
@ckaznable
ckaznable / .gitignore
Created April 17, 2024 07:19 — forked from iffy/.gitignore
Example using electron-updater with `generic` provider.
node_modules
dist/
yarn.lock
wwwroot
@ckaznable
ckaznable / gist:b8f175f4237815629bdf21e8cd018b6a
Last active October 3, 2024 07:15
specific ip pass by l2tp vpn
nmcli con add \
type vpn \
vpn-type l2tp \
con-name "My L2TP VPN" \
ifname "" \
vpn.data "gateway=VPN_SERVER_IP,
user=YOUR_USERNAME,
password-flags=1,
ipsec-enabled=yes,
ipsec-psk=YOUR_PRESHARED_KEY"