15 lines
463 B
Text
15 lines
463 B
Text
{
|
|
"name" : "Teredo (GPO)",
|
|
"description" : "This module desactivate Teredo pseudo interface like GPO did.",
|
|
"actions" :
|
|
[
|
|
{
|
|
"_comment" : "Disable Teredo with key controlled by GPO",
|
|
"action" : "AddRegKey",
|
|
"path" : "HKLM:\\Software\\Policies\\Microsoft\\Windows\\TCPIP\\v6Transition",
|
|
"key" : "Teredo_State",
|
|
"value" : "Disable",
|
|
"type" : "String"
|
|
}
|
|
]
|
|
}
|