Main > Host config file

Host config file

Config file is pretty simple and commented inside, so usage is obvious from start.

# HTOveN host config file.
#
# Usage:
# somehostname.com      internal_address        port
# blahblahblah.org      192.168.0.13            80
# otherhost.net         localhost               3000
#


# Local
httpd running on 81 port.
85.238.99.164                   85.238.99.164   81
guk.htoven.org.ua               85.238.99.164   81

oak.htoven.org.ua               localhost       3001
beer.htoven.org.ua              localhost       3002

# # # # # # # # # # # #
# End of config file  #
# # # # # # # # # # # #

Rules are simple: public hostname, internal hostname and port should be specified with tab or space delimiter(s) each record per line.
Line that starts with "#" character or empty line is ignored. Use to comment and format config.

By the way, you may use these hostnames to test HTOveN in real conditions. You may contact me to include your machine into config and test yourself. For more information visit Testing page.