You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo vi /etc/systemd/system/freenet-gateway.service
60
63
```
61
64
62
65
Update values such as:
66
+
63
67
- TRANSPORT_KEYPAIR
64
68
- PUBLIC_NETWORK_ADDRESS
65
69
- PUBLIC_NETWORK_PORT
66
70
67
71
Save and exit.
68
72
73
+
### \*\*4.3. Configure gateways.toml file
74
+
75
+
Is important to manually setup the gateways file. Use as a [template](http://freenet.org/keys/gateways.toml) the file used by regular peers in the freenet.org website.
76
+
77
+
Then remove as necessary. For the main gateway this file should not exist, for others, they should list other gateways than themselves.
78
+
69
79
## **5. Enable and Start the Service**
70
-
### **1. Reload systemd to recognize the new service:**
71
80
72
-
```bash
73
-
sudo systemctl daemon-reload
74
-
```
81
+
### **1. Reload systemd to recognize the new service:**
0 commit comments