Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

appsettings.Development.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Debug",
  5. "System": "Information",
  6. "Microsoft": "Information"
  7. }
  8. },
  9. "Settings": {
  10. "VpnS2S": {
  11. "Ping":
  12. {
  13. "Timeout": 1000,
  14. "Count": 1
  15. },
  16. "Sites": [
  17. {
  18. "Name": "ars",
  19. "Hosts": [
  20. { "Ip": "10.15.0.3" },
  21. { "Ip": "10.15.0.20" }
  22. ]
  23. },
  24. {
  25. "Name": "lesse",
  26. "Hosts": [
  27. { "Ip": "10.15.8.3" },
  28. { "Ip": "10.15.8.20" }
  29. ]
  30. },
  31. {
  32. "Name": "cambridge",
  33. "Hosts": [
  34. { "Ip": "10.15.16.3" }
  35. ]
  36. },
  37. {
  38. "Name": "ik-dc1",
  39. "Hosts": [
  40. { "Ip": "10.15.136.10" },
  41. { "Ip": "10.15.136.11" }
  42. ]
  43. },
  44. {
  45. "Name": "ik-dc2",
  46. "Hosts": [
  47. { "Ip": "10.15.120.10" }
  48. ]
  49. },
  50. {
  51. "Name": null,
  52. "Hosts": [
  53. { "Ip": "8.8.8.8" }
  54. ]
  55. }
  56. ]
  57. },
  58. "Dns":
  59. {
  60. "Resolve":{
  61. "Timeout": 1000
  62. },
  63. "Views": [
  64. {
  65. "Name": "internal",
  66. "Servers": [
  67. { "Ip": "10.15.0.3" }, { "Ip": "10.15.0.20" }, { "Ip": "10.15.0.22" },
  68. { "Ip": "10.15.8.3" }, { "Ip": "10.15.8.20" }, { "Ip": "10.15.8.22" },
  69. { "Ip": "10.15.16.3" },
  70. { "Ip": "10.15.120.10" },
  71. { "Ip": "10.15.136.10" }
  72. ],
  73. "Zones": [
  74. { "Name": "2drt.fr" },
  75. { "Name": "bc3r.fr" },
  76. { "Name": "betaclean.fr" },
  77. { "Name": "rthoni.com" },
  78. { "Name": "internal.rthoni.com" },
  79. { "Name": "ad.sso.rthoni.com" },
  80. { "Name": "_msdcs.ad.sso.rthoni.com" },
  81. { "Name": "ars.rthoni.com" },
  82. { "Name": "dhcp.ars.rthoni.com" },
  83. { "Name": "0.15.10.in-addr.arpa" },
  84. { "Name": "lesse.rthoni.com" },
  85. { "Name": "dhcp.lesse.rthoni.com" },
  86. { "Name": "8.15.10.in-addr.arpa" },
  87. { "Name": "cambridge.rthoni.com" },
  88. { "Name": "dhcp.cambridge.rthoni.com" },
  89. { "Name": "16.15.10.in-addr.arpa" },
  90. { "Name": "ik-dc1.rthoni.com" },
  91. { "Name": "136.15.10.in-addr.arpa" },
  92. { "Name": "ik-dc2.rthoni.com" },
  93. { "Name": "120.15.10.in-addr.arpa" }
  94. ]
  95. },
  96. {
  97. "Name": "external",
  98. "Servers": [
  99. { "Ip": "109.238.4.93" }, { "Ip": "178.170.71.12" },
  100. { "Ip": "8.8.8.8" },
  101. { "Ip": "208.67.222.222" }
  102. ],
  103. "Zones": [
  104. { "Name": "2drt.fr" },
  105. { "Name": "bc3r.fr" },
  106. { "Name": "betaclean.fr" },
  107. { "Name": "rthoni.com" },
  108. { "Name": "ars.rthoni.com" },
  109. { "Name": "lesse.rthoni.com" },
  110. { "Name": "cambridge.rthoni.com" },
  111. { "Name": "ik-dc1.rthoni.com" },
  112. { "Name": "ik-dc2.rthoni.com" }
  113. ]
  114. }
  115. ]
  116. }
  117. }
  118. }