浏览代码

Update linux-applications.md

Håvard O. Nordstrand 4 年之前
父节点
当前提交
fd9ebf66bd
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      config/server/linux-applications.md

+ 3 - 2
config/server/linux-applications.md

@@ -120,11 +120,12 @@ See [Storage: Ceph](../storage/#ceph).
 1. Configure `/etc/docker/daemon.json`:
 1. Configure `/etc/docker/daemon.json`:
     - Enable IPv6: `"ipv6": true` and `"fixed-cidr-v6": "<ipv6-subnet>/64"`
     - Enable IPv6: `"ipv6": true` and `"fixed-cidr-v6": "<ipv6-subnet>/64"`
         - Note that IPv6 it not NATed like IPv4 is in Docker.
         - Note that IPv6 it not NATed like IPv4 is in Docker.
+        - Use something like [Simple DNS Plus' Private IPv6 address range](https://simpledns.plus/private-ipv6) to generate an IPv6 ULA prefix.
     - Set DNS servers: `"dns": ["1.1.1.1", "2606:4700:4700::1111"]`
     - Set DNS servers: `"dns": ["1.1.1.1", "2606:4700:4700::1111"]`
         - If not set, containers will use `8.8.8.8` and `8.8.4.4` by default.
         - If not set, containers will use `8.8.8.8` and `8.8.4.4` by default.
         - `/etc/resolv.conf` is limited to only three name servers, so don't provide too many. One may be set by the container itself.
         - `/etc/resolv.conf` is limited to only three name servers, so don't provide too many. One may be set by the container itself.
-    - (Optional) Disable automatic IPTables rules: `"iptables": false`
-1. (Optional, not recommended on servers) Allow certain users to use Docker: Add them to the `docker` group.
+    - (Not recommended) Disable automatic IPTables rules: `"iptables": false`
+1. (Not recommended on servers) Allow certain users to use Docker: Add them to the `docker` group.
 
 
 ### Usage
 ### Usage