Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. C:\smartproxy\smart-proxy-develop>ruby -version
  2. ruby 1.8.7 (2013-06-27 patchlevel 374) [i386-mingw32]
  3. gemlist
  4. bundler (1.7.3)
  5. bundler_ext (0.4.0)
  6. columnize (0.3.2)
  7. ffi (1.9.3 x86-mingw32)
  8. highline (1.6.1)
  9. i18n (0.6.11)
  10. json (1.4.6)
  11. linecache (0.43 ruby mswin32)
  12. mime-types (1.16)
  13. minitest (5.4.2)
  14. mocha (0.9.11)
  15. net-ping (1.3.7)
  16. rack (1.2.0)
  17. rake (10.3.2, 0.8.7)
  18. relative (1.0.3)
  19. rest-client (1.6.1)
  20. sinatra (1.1.4)
  21. thread_safe (0.3.4)
  22. tilt (1.4.1, 1.1)
  23. tzinfo (1.2.2)
  24. win32-api (1.4.6 x86-mingw32)
  25. win32-open3 (0.3.2 x86-mingw32)
  26. win32-service (0.8.4)
  27. windows-api (0.4.0)
  28. windows-pr (1.2.4, 1.1.2)
  29. Settings.xml
  30. # HTTPS settings
  31. :ssl_certificate: c:\certs\signed.pem
  32. :ssl_private_key: c:\certs\privkey.pem
  33. :ssl_ca_file: c:\certs\ca.pem
  34. #http_port: 8000
  35. :trusted_hosts: [xxxx.xxxx.xxx]
  36.  
  37. :daemon: false
  38.  
  39. # Enable DHCP management
  40. :dhcp: true
  41. # The vendor can be either isc or native_ms
  42. :dhcp_vendor: native_ms
  43. # The dhcp_server is only used by the native_ms implementation
  44. :dhcp_server: xxx.xxx.xxx.xxx
  45.  
  46. # Where our proxy log files are stored
  47. # filename or STDOUT
  48. # Unix setting
  49. #:log_file: log/proxy.log
  50. # Windows setting
  51. :log_file: c:\tmp\proxy.log
  52. # valid options are
  53. # Logger::WARN, Logger::DEBUG, Logger::Error, Logger::Fatal, Logger:DEBUG, LOGGER::UNKNOWN
  54. #:log_level: Logger::DEBUG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement