example.conf 370 B

12345678910111213141516
  1. # Basically this file is the equivalent to splitting the command line options into multiple lines
  2. # Each line should contain an option
  3. # This is client
  4. -c
  5. # Or use -s if you use it on server side
  6. # Define local address
  7. -l 127.0.0.1:56789
  8. # Define remote address
  9. -r 45.66.77.88:45678
  10. # Password
  11. -k my_awesome_password
  12. # Mode
  13. --raw-mode faketcp
  14. # Log Level
  15. --log-level 4