carrierroute-2.cfg 391 B

123456789101112131415161718192021222324252627282930
  1. domain proxy {
  2. prefix 49721123456787 {
  3. max_targets = 2
  4. target 127.0.0.1:7000 {
  5. prob = 0.5
  6. status = 1
  7. }
  8. target 127.0.0.1:8000 {
  9. prob = 0.5
  10. status = 1
  11. }
  12. }
  13. prefix 49721123456786 {
  14. max_targets = 1
  15. target 127.0.0.1:9000 {
  16. prob = 1.0
  17. status = 1
  18. }
  19. }
  20. prefix 49721123456785 {
  21. max_targets = 1
  22. target 127.0.0.1:10000 {
  23. prob = 1.0
  24. status = 1
  25. }
  26. }
  27. }