Shaare your links...
1938 links
Dotmana Shaarli Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
1 results for tags diskstation x
  • Edit Synology IP Block list through SSH | Tim's Blog
    SSH to your Synology Diskstation as “root”.
    The “Autoblock list” is located at /etc/synoautoblock.db
    This is a SQLLite database, so don’t try to edit it with VI.

    sqlite3 synoautoblock.db
    .header on
    select * from AutoBlockIP;
    sqlite> select * from AutoBlockIP;

    IP RecordTime ExpireTime Deny IPStd
    ————– ———- ———- ———- —————————————
    blocked IP xxx.xxx.xxx.xxx 0 1 0000:0000:0000:0000:0000:FGGG:C3A8:B415

    delete from AutoBlockIP where IP = “xxx.xxx.xxx.xxx”;
    .exit
    Thu 18 Nov 2021 08:01:31 AM CET - permalink -
    - https://tklaassens.wordpress.com/2016/03/25/edit-synology-ip-block-list-through-ssh/
    diskstation ssh synology
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.