mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 11:13:04 +03:00
5 lines
218 B
Bash
Executable file
5 lines
218 B
Bash
Executable file
#!/bin/sh
|
|
# [[file:../../Guix.org::*OpenVPN][OpenVPN:5]]
|
|
/home/pavel/.guix-extra-profiles/console/console/bin/cp /etc/resolv.conf /etc/resolv.conf-bak
|
|
echo "nameserver 8.8.8.8" > /etc/resolv.conf
|
|
# OpenVPN:5 ends here
|