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
| # Raspbian PiVPN | |
| ## load os image | |
| install & start "Raspberry Pi Imager" | |
| > Operating System > RASPBERRY PI OS LITE (32-BIT) | |
| > Storage > Your SD Card | |
| > Setting - Set hostname vpn.local | |
| > Setting - Enable SSH | |
| > Setting - Set username and password |
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
| #!/bin/sh | |
| # openvpn learn-address script to manage a hosts-like file | |
| # - intended to allow dnsmasq to resolve openvpn clients | |
| # addn-hosts=/etc/hosts.openvpn-clients | |
| # - written for openwrt (busybox), but should work most anywhere | |
| # | |
| # Taken from http://openvpn.net/archive/openvpn-users/2006-10/msg00119.html | |
| # | |
| # Changelog | |
| # 2006-10-13 BDL original |
NewerOlder