aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticommon.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apt-panopticommon.lua')
-rw-r--r--apt-panopticommon.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua
index f2a7fee..3e2dc08 100644
--- a/apt-panopticommon.lua
+++ b/apt-panopticommon.lua
@@ -53,6 +53,12 @@ APT.options =
53 help = "The round robin DNS name.", 53 help = "The round robin DNS name.",
54 value = "deb.devuan.org", 54 value = "deb.devuan.org",
55 }, 55 },
56 roundRobinCname =
57 {
58 typ = "string",
59 help = "The round robin DNS name.",
60 value = "deb.rr.devuan.org",
61 },
56 tests = 62 tests =
57 { 63 {
58 typ = "table", 64 typ = "table",