Let's say that my computer is connected to a local area network (such as wifi), my own ip address is 192.168.1.5 and ::ffff:192.168.1.5. I run ungit --port=8448 so every device in my LAN can go to http://192.168.1.5:8448 and edit my repo. I could just use --allowedIPs but it's more convenient to be able to access my repo from other devices.
Request
- The following hosts should be able to freely access ungit without authentication:
127.0.0.1
::1
::ffff:127.0.0.1
192.168.1.5
::ffff:192.168.1.5
- The other hosts must login in order to use ungit in my machine
Let's say that my computer is connected to a local area network (such as wifi), my own ip address is
192.168.1.5and::ffff:192.168.1.5. I runungit --port=8448so every device in my LAN can go tohttp://192.168.1.5:8448and edit my repo. I could just use--allowedIPsbut it's more convenient to be able to access my repo from other devices.Request
127.0.0.1::1::ffff:127.0.0.1192.168.1.5::ffff:192.168.1.5