Skip to content

Commit 6ae3498

Browse files
authored
Merge pull request #1978 from gofractally/no-sslip
Remove remaining references to sslip
2 parents 56e985d + c05fbeb commit 6ae3498

3 files changed

Lines changed: 1 addition & 18 deletions

File tree

doc/src/run-infrastructure/administration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Example:
121121
"peers": ["http://psibase.io/"],
122122
"producer": "prod",
123123
"pkcs11-modules": ["libsofthsm2.so"],
124-
"hosts": ["psibase.localhost", "psibase.127.0.0.1.sslip.io"],
124+
"hosts": ["psibase.localhost"],
125125
"listen": [
126126
{
127127
"protocol": "http",

packages/user/Explorer/ui/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

programs/psinode/config.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ p2p = off
44
# producer = psibase
55
# key = <private key>
66
host = psibase.localhost
7-
host = psibase.127.0.0.1.sslip.io
87
listen = 8080
98
# peer = http://localhost:8080/
109
mount = $PSIBASE_DATADIR/packages

0 commit comments

Comments
 (0)