You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

appsettings.Development.json 2.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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": "aws-eu-central1",
  39. "Hosts": [
  40. { "Ip": "10.15.120.10" },
  41. { "Ip": "10.15.120.11" },
  42. { "Ip": "10.15.120.15" }
  43. ]
  44. },
  45. {
  46. "Name": "ovh-rbx5",
  47. "Hosts": [
  48. { "Ip": "10.15.128.10" },
  49. { "Ip": "10.15.128.15" }
  50. ]
  51. },
  52. {
  53. "Name": null,
  54. "Hosts": [
  55. { "Ip": "8.8.8.8" }
  56. ]
  57. }
  58. ]
  59. },
  60. "Dns":
  61. {
  62. "Servers":
  63. [
  64. { "Ip": "10.15.0.3" }, { "Ip": "10.15.0.20" },
  65. { "Ip": "10.15.8.3" }, { "Ip": "10.15.8.20" },
  66. { "Ip": "10.15.16.3" },
  67. { "Ip": "10.15.120.10" },
  68. { "Ip": "10.15.128.10" }
  69. ],
  70. "Zones":
  71. [
  72. { "Name": "2drt.fr" },
  73. { "Name": "bc3r.fr" },
  74. { "Name": "betaclean.fr" },
  75. { "Name": "rthoni.com" },
  76. { "Name": "internal.rthoni.com" },
  77. { "Name": "internal.rthoni.com" },
  78. { "Name": "ad.sso.rthoni.com" },
  79. { "Name": "_msdcs.ad.sso.rthoni.com" },
  80. { "Name": "ars.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": "lesse.rthoni.com" },
  86. { "Name": "dhcp.lesse.rthoni.com" },
  87. { "Name": "8.15.10.in-addr.arpa" },
  88. { "Name": "aws-eu-central1.rthoni.com" },
  89. { "Name": "aws-eu-central1.rthoni.com" },
  90. { "Name": "120.15.10.in-addr.arpa" },
  91. { "Name": "ovh-rbx5.rthoni.com" },
  92. { "Name": "ovh-rbx5.rthoni.com" },
  93. { "Name": "128.15.10.in-addr.arpa" }
  94. ]
  95. }
  96. }
  97. }