Skip to content
Snippets Groups Projects
Commit cd143c6b authored by Recolic's avatar Recolic :house_with_garden:
Browse files

Update README.md

parent ecd61958
No related branches found
No related tags found
No related merge requests found
......@@ -7,3 +7,11 @@ It currently only supports ipv4, but will support ipv6 in the future.
## Usage
Just run `ip2domain.py` with python3.
## Note: ubuntu server setup
```
systemctl disable systemd-resolved --now
echo 'nameserver 1.1.1.1' > /etc/resolv.conf
# run this script
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment