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
Copy file name to clipboardExpand all lines: agent/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Intecture Agent is a tiny daemon that exposes Intecture's API as a service. To consume this service, use the `host::remote::Plain` type from [core](../core/).
4
4
5
-
###Usage
5
+
## Usage
6
6
7
7
To run the agent, simply execute the `intecture_agent` binary, remembering to pass it a socket address to listen on.
More likely though you'll want to listen on your public interface so that Intecture can talk to the host remotely. In this case you should specify the host's IP address manually, or use `0.0.0.0` to listen on all interfaces.
16
16
17
-
###Config file
17
+
## Config file
18
18
19
19
You can also store agent parameters in a configuration file. The file must be in TOML format, and can live anywhere on your server. It should look like this:
0 commit comments