Changeset 9943a26 in trunk
- Timestamp:
- 2016-09-13T10:15:45Z (9 years ago)
- Branches:
- master
- Children:
- a8f02d6
- Parents:
- 80acd56
- Location:
- src/allmydata
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/scripts/create_node.py ¶
r80acd56 r9943a26 120 120 c.write("# Tahoe installation.\n") 121 121 c.write("\n\n") 122 123 if config["hide-ip"]: 124 c.write("[connections]\n") 125 c.write("tcp = tor\n") 122 126 123 127 c.write("[node]\n") -
TabularUnified src/allmydata/test/cli/test_create.py ¶
r80acd56 r9943a26 47 47 cfg = self.read_config(basedir) 48 48 self.assertEqual(cfg.getboolean("node", "reveal-IP-address"), False) 49 self.assertEqual(cfg.get("connections", "tcp"), "tor") 49 50 50 51 @defer.inlineCallbacks
Note: See TracChangeset
for help on using the changeset viewer.