{"id":18865307,"url":"https://github.com/jonathanprince/raspberry-vpn","last_synced_at":"2026-02-08T09:32:33.173Z","repository":{"id":85591453,"uuid":"52225978","full_name":"JonathanPrince/raspberry-vpn","owner":"JonathanPrince","description":null,"archived":false,"fork":false,"pushed_at":"2016-02-21T21:46:41.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-12T06:50:12.070Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JonathanPrince.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-21T20:20:27.000Z","updated_at":"2016-02-21T20:20:27.000Z","dependencies_parsed_at":"2023-05-06T03:04:54.684Z","dependency_job_id":null,"html_url":"https://github.com/JonathanPrince/raspberry-vpn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JonathanPrince/raspberry-vpn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanPrince%2Fraspberry-vpn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanPrince%2Fraspberry-vpn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanPrince%2Fraspberry-vpn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanPrince%2Fraspberry-vpn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JonathanPrince","download_url":"https://codeload.github.com/JonathanPrince/raspberry-vpn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanPrince%2Fraspberry-vpn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29226470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T09:15:18.648Z","status":"ssl_error","status_checked_at":"2026-02-08T09:14:33.745Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T04:46:36.623Z","updated_at":"2026-02-08T09:32:33.158Z","avatar_url":"https://github.com/JonathanPrince.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# raspberry-vpn\n\n## Set up openvpn\n\nsudo apt-get install openvpn\n\ncd /etc/openvpn\n\nsudo wget https://www.privateinternetaccess.com/openvpn/openvpn.zip\n\nsudo unzip openvpn.zip\n\nsudo rename \"s/.ovpn/.conf/\" *.ovpn\n\nsudo nano credentials.txt\n\nsudo sed -i 's@auth-user-pass@auth-user-pass /etc/openvpn/credentials.txt@g' *.conf\n\nsudo nano /etc/default/openvpn\n\nAUTOSTART=\"{openvpnConf}\"\n\nsudo iptables -A INPUT -i tun0 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT\nsudo iptables -A INPUT -i tun0 -j DROP\n\nsudo sh -c \"iptables-save \u003e /etc/iptables.nat.vpn.secure\"\n\nsudo nano /etc/network/interfaces\nup iptables-restore \u003c /etc/iptables.nat.vpn.secure\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanprince%2Fraspberry-vpn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanprince%2Fraspberry-vpn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanprince%2Fraspberry-vpn/lists"}