fix: api plugin is now called grid and opt-out
This commit is contained in:
parent
db3b7f577a
commit
7a24a1a0bc
@ -6,8 +6,8 @@ main:
|
|||||||
custom_plugins:
|
custom_plugins:
|
||||||
# which plugins to load and enable
|
# which plugins to load and enable
|
||||||
plugins:
|
plugins:
|
||||||
api:
|
grid:
|
||||||
enabled: false
|
enabled: true
|
||||||
report: true # report pwned networks
|
report: true # report pwned networks
|
||||||
auto-update:
|
auto-update:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
__author__ = 'evilsocket@gmail.com'
|
__author__ = 'evilsocket@gmail.com'
|
||||||
__version__ = '1.0.0'
|
__version__ = '1.0.0'
|
||||||
__name__ = 'api'
|
__name__ = 'grid'
|
||||||
__license__ = 'GPL3'
|
__license__ = 'GPL3'
|
||||||
__description__ = 'This plugin signals the unit cryptographic identity to api.pwnagotchi.ai'
|
__description__ = 'This plugin signals the unit cryptographic identity and list of pwned networks and list of pwned networks to api.pwnagotchi.ai'
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import logging
|
import logging
|
Loading…
x
Reference in New Issue
Block a user