summaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorJoey Hess2015-08-20 10:46:27 -0400
committerJoey Hess2015-08-20 10:46:27 -0400
commitd3ca52d29dfd3c81d19a50ebf2fd0fb6ff92d8c9 (patch)
treea0c40f6c00807bbb48f462820117afcf499639fb /doc/forum
parent26d4c13779ea22dfaffd87eea93660f4309e4b52 (diff)
pointer
Diffstat (limited to 'doc/forum')
-rw-r--r--doc/forum/parsing_a_config_file/comment_2_9b364647b1da4c8db0116115e5c67b18._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/parsing_a_config_file/comment_2_9b364647b1da4c8db0116115e5c67b18._comment b/doc/forum/parsing_a_config_file/comment_2_9b364647b1da4c8db0116115e5c67b18._comment
new file mode 100644
index 00000000..4ceec2f4
--- /dev/null
+++ b/doc/forum/parsing_a_config_file/comment_2_9b364647b1da4c8db0116115e5c67b18._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2015-08-20T14:43:02Z"
+ content="""
+Sean and I have implemented a somewhat generic support for files with some
+kinds of sections, in Propellor.Property.ConfFile.
+
+I think it could be used for this tor case, by making the SectionStart
+match the HiddenServiceDir line, and the SectionPast match any line that's
+not HiddenServicePort (or perhaps match the next HiddenServiceDir
+line?)
+"""]]