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
| wget https://ca.dn42.us/crt/root-ca.crt | |
| sudo trust anchor --store root-ca.crt |
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
| { | |
| "configurations": [ | |
| { | |
| "name": "3DS", | |
| "includePath": [ | |
| "${workspaceFolder}/**", | |
| "/opt/devkitpro/devkitARM/arm-none-eabi/include", | |
| "/opt/devkitpro/libctru/include" | |
| ], | |
| "defines": [], |
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
| no-resolv | |
| filterwin2k | |
| # dn42 | |
| server=/dn42/172.20.0.53 | |
| server=/ffch/172.20.0.53 | |
| server=/20.172.in-addr.arpa/172.20.0.53 | |
| server=/21.172.in-addr.arpa/172.20.0.53 | |
| server=/22.172.in-addr.arpa/172.20.0.53 | |
| server=/23.172.in-addr.arpa/172.20.0.53 |
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
| # based on https://github.com/graysky's PKGBUILD | |
| # https://archlinuxarm.org/forum/viewtopic.php?f=15&t=13957 | |
| pkgbase=wireguard | |
| pkgname=(wireguard-module wireguard-tools) | |
| pkgver=0.0.20191219 | |
| pkgrel=1 | |
| _pkgname=WireGuard | |
| pkgdesc='next generation secure network tunnel' | |
| arch=('x86_64' 'aarch64' 'armv7h') | |
| url='http://www.wireguard.com/' |
NewerOlder