🍝 add love weak subjectivity, by vitalik

This commit is contained in:
bt3gl 2022-09-29 02:56:47 -07:00 committed by GitHub
parent 2e60d6c75d
commit 3cd436b51a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,9 +178,9 @@ openssl rand -hex 32 > jwtsecret
#### find your ip #### find your ip
* private" `ifconfig | grep "inet " | grep -v 127.0.0.1` * private: `ifconfig | grep "inet " | grep -v 127.0.0.1`
* public `curl v4.ident.me` * public: `curl v4.ident.me`
* router `ip route | grep default` (Linux), `netstat -nr | grep default` (MacOS) * router: `ip route | grep default` (Linux), `netstat -nr | grep default` (MacOS)
<br> <br>