1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
# code: language=ini
# vim: syntax=dosini
# issue #511, #536: we must not define an explicit localhost, as some
# transport_config/python_path.yml needs to test the implicit localhost
# behaviour.
# This is only used for manual testing.
[localhost-x10]
localhost-[001:010]
[localhost-x20]
localhost-[001:020]
[localhost-x30]
localhost-[001:030]
[localhost-x40]
localhost-[001:040]
[localhost-x50]
localhost-[001:050]
[localhost-x60]
localhost-[001:060]
[localhost-x70]
localhost-[001:070]
[localhost-x80]
localhost-[001:080]
[localhost-x90]
localhost-[001:090]
[localhost-x100]
localhost-[001:100]
|