Fixes
This commit is contained in:
@@ -4,13 +4,13 @@ title: DDNS Using Njalla
|
|||||||
|
|
||||||
Go to your domain on njalla:
|
Go to your domain on njalla:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Then press "Add record", select "Dynamic" and write your subdomain in the
|
Then press "Add record", select "Dynamic" and write your subdomain in the
|
||||||
input box. It should now be added to your records. Click on the record,
|
input box. It should now be added to your records. Click on the record,
|
||||||
you should now see something like the following:
|
you should now see something like the following:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Given this, your JSON file should contain the following:
|
Given this, your JSON file should contain the following:
|
||||||
|
|
||||||
|
|||||||
@@ -4,18 +4,18 @@ title: Opening Ports
|
|||||||
|
|
||||||
In order to open a port through a VPN you need to open a port with your VPN-provider.
|
In order to open a port through a VPN you need to open a port with your VPN-provider.
|
||||||
|
|
||||||
> **Note:** Not all VPN-providers support this feature! Notably, Mullvad does not anymore!
|
**Note:** Not all VPN-providers support this feature! Notably, Mullvad does not anymore!
|
||||||
|
|
||||||
> **Note:** The port present in the
|
**Note:** The port present in the
|
||||||
> [nixarr.vpn.wgConf](https://nixarr.com/options.html#nixarr.vpn.wgconf),
|
[nixarr.vpn.wgConf](https://nixarr.com/options.html#nixarr.vpn.wgconf),
|
||||||
> should not be used for any options!
|
should not be used for any options!
|
||||||
|
|
||||||
## AirVPN
|
## AirVPN
|
||||||
|
|
||||||
Go to the [ports page](https://airvpn.org/ports/) at AirVPN's website open
|
Go to the [ports page](https://airvpn.org/ports/) at AirVPN's website open
|
||||||
a port. After opening it should look like this:
|
a port. After opening it should look like this:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Then you can set that port for a service, for example
|
Then you can set that port for a service, for example
|
||||||
|
|
||||||
@@ -30,10 +30,10 @@ Then you can set that port for a service, for example
|
|||||||
## Debugging Ports
|
## Debugging Ports
|
||||||
|
|
||||||
You can debug an open port using the
|
You can debug an open port using the
|
||||||
`[vpnTestService](https://nixarr.com/options.html#nixarr.vpn.vpntestservice.enable)`.
|
[nixarr.vpn.vpnTestService](https://nixarr.com/options.html#nixarr.vpn.vpntestservice.enable).
|
||||||
If the DNS and IP checks out, it will
|
If the DNS and IP checks out, it will
|
||||||
open a `netcat` instance on the port specified in
|
open a `netcat` instance on the port specified in
|
||||||
`[vpnTestService.port](https://nixarr.com/options.html#nixarr.vpn.vpntestservice.port)`.
|
[nixarr.vpn.vpnTestService.port](https://nixarr.com/options.html#nixarr.vpn.vpntestservice.port).
|
||||||
You can then run:
|
You can then run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
+1
-1
@@ -26,7 +26,7 @@ in
|
|||||||
tmpdir=$(mktemp -d)
|
tmpdir=$(mktemp -d)
|
||||||
|
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
cp -r docs $out
|
cp -r docs docs/wiki $out
|
||||||
|
|
||||||
# Generate md docs
|
# Generate md docs
|
||||||
cat ${optionsDocNixos.optionsCommonMark} > "$tmpdir"/nixos-options.md
|
cat ${optionsDocNixos.optionsCommonMark} > "$tmpdir"/nixos-options.md
|
||||||
|
|||||||
Reference in New Issue
Block a user