ittun 在虛擬機中配置使用

1.登錄 官網http://www.ittun.com/選擇下載合適的版本

   我的系統是centos6.4

  wget http://www.ittun.com/upload/17.4/linux64.zip

  解壓unzip linux

2.文件權限

    chmod -R 777 linux64

3.配置文件修改

server_addr: "ittun.com:36415"
inspect_addr: 192.168.1.142:4040
tunnels:
    ssh:
       remote_port: 51001
       proto:
         tcp: ":22"
    web:
     subdomain: test
     root: "html/"
     proto:
       http: ":8080"
    web2:
     hostname: pimwx2
     root: "D:/java/nginx-1.0.11/html"
     proto:
       http: ":80"
  

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章