About 2 results found. (Query 0.02300 seconds)
It uses BeautifulSoup to parse the susidns page and get the nonce, then post delete. Supports getting b64's or deleting a list of domains.i2p from a specific addressbook or all addressbooks. Originally made for notbob to help with removing hosts from his addressbook, since this needed to be done manually.
It uses BeautifulSoup to parse the susidns page and get the nonce, then post delete. Supports getting b64's or deleting a list of domains.i2p from a specific addressbook or all addressbooks. Install Clone the repo and make a python virtual environment. Then use pip to install the requirements.txt git clone --config http.proxy=127.0.0.1:4444 http://git.simp.i2p/simp/deletehosts.git && cd deletehosts && python3 -m venv ./ && cd bin && source activate && cd .. && pip3 install -r...