Search
Searching for multiple words only shows matches that contain all words.
Search Results
Search finished, found 14 pages matching the search query.
- Relay Protocol v1
...he connection is a session mode connection. Protocol mode Protocol mode uses TLS and protocol name defined by the TLS header should be bep-relay. Protocol mode has two submodes: 1. Permanent protocol submode - Joining the relay, and waiti...
- Block Exchange Protocol v1
...pass authentication. Post-authentication Messages Every message post authentication is made up of several parts: A header length word A Header A message length word A Message 0 1 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 +-+...
- Creating a Release
...Releases - Create a post on the forum In the Announce/Releases category. Use the tag message as the template, make the header a link to the release, make the issue numbers to be links to the corresponding issues. You can use grt changelog...
- FAQ
...oxy provides sufficient authentication to protect against unauthorized access. Either: Make sure the proxy sets a Host header containing localhost, or Set gui.insecureSkipHostcheck in the advanced settings, or Bind the GUI/API to a non-loc...
- GET /rest/svc/lang
...GET /rest/svc/lang Returns a list of canonicalized localization codes, as picked up from the Accept-Language header sent by the browser. ["sv_sv","sv","en_us","en"]
- GET /rest/system/status
...v4-2.syncthing.net/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)", "global@https://discovery-v4-3.syncthing.net/v2/": "Post https://discovery-v4-3.syncthing.net/v2/: net/ht...
- Global Discovery v3
...o the expected format, 400 (Bad Request) is returned. In successful responses, the server may return a Reannounce-After header containing the number of seconds after which the client should perform a new announcement. In error responses, th...
- HTTP Utility Services API
...instance. It is meant to be consumed directly from an HTML <script> tag, such as for generating the needed CSRF token header name. $ curl http://localhost:8384/meta.js var metadata = {"deviceID":"S7UKX27-GI7ZTXS-GC6RKUA-7AJGZ44-C6NAYEB-HS...
- LoginAttempt
..." : "somename", "success" : false }, "type" : "LoginAttempt", "globalID" : 195 } If the X-Forwared-For header is present and the connecting host is either on localhost or on the same LAN, it will be treated as a reverse pro...
- POST /rest/system/discovery
...iscovery?device=LGFPDIT7SKNNJVJZA4FC7QNCRKCE753K72BW5QD2FOZ7FRFEP57Q\&addr=192.162.129.11:22000 # Or with the X-API-Key header: curl -X POST --header "X-API-Key: TcE28kVPdtJ8COws1JdM0b2nodj77WeQ" http://127.0.0.1:8384/rest/system/discovery?...
- REST API
...n the GUI, or set in the configuration/gui/apikey element in the configuration file. To use an API key, set the request header X-API-Key to the API key value, or set it as a Bearer token in the Authorization header. For example, curl -X POS...
- Reverse Proxy Setup
...d on localhost:8384. Apache First of all, execute the following command to enable the Apache HTTP Proxy module and the headers module: a2enmod proxy_http headers. Then, you may add the following to your Apache httpd configuration: <Locatio...
- Syncthing Configuration
...t this setting on startup. insecureSkipHostcheck When the GUI / API is bound to localhost, we enforce that the Host header looks like localhost. This option bypasses that check. insecureAllowFrameLoading Allow rendering the GUI wit...
- Syncthing Discovery Server
...L will be: https://disco.example.com:8443/ Reverse Proxy Setup Added in version 1.8.0: A new “X-Client-Port” HTTP header was added. The discovery server can be run behind an SSL-secured reverse proxy. This allows: Use of a subdomain...