2
0
mirror of https://github.com/flotwig/spoofident synced 2025-08-31 06:15:50 +00:00

Adding example spoofident.json

This commit is contained in:
Zach Bloomquist
2014-06-16 13:03:14 -04:00
parent 2f99b5bb45
commit 14ca68479e

9
spoofident.json.example Normal file
View File

@@ -0,0 +1,9 @@
{
"listeners": [
[ "0.0.0.0", 113 ],
[ "::", 113 ]
],
"setuid": 1000,
"user": "fakeuser",
"os": "SPOOF"
}