Create Server
{ loading = true; }, onError: (e) => { loading = false; console.error('Client-side: FormError:', e); }, onResult: ({ result }) => { loading = false; if (result.type === 'success') { goto(`/${result.data.serverId}`); } else { console.error('Server-failure: Result:', result); } }, }} > Name Address This is the Private IP Address of the server. Port This is the port that the WireGuard server will listen on.
Use Tor This will route all outgoing traffic through Tor.
DNS Optional. This is the DNS server that will be pushed to clients. MTU Optional. Recommended to leave this blank.
Create