Update README.md

This commit is contained in:
John D 2020-05-31 08:01:22 -07:00 committed by GitHub
parent b03538e218
commit e9b2adbf60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ iptables -t nat -C POSTROUTING -j MASQUERADE || iptables -t nat -A POSTROUTING -
``` ```
podman exec -it unifi-os sh podman exec -it unifi-os sh
ssh root@127.0.01 # this is to accept the fingerprint of the udm ssh root@127.0.1.1 # this is to accept the fingerprint of the udm
exit # back to the container shell exit # back to the container shell
``` ```