Skip to content

Commit b9f8444

Browse files
authored
Update README.md
1 parent c983a48 commit b9f8444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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/).
44

5-
### Usage
5+
## Usage
66

77
To run the agent, simply execute the `intecture_agent` binary, remembering to pass it a socket address to listen on.
88

@@ -14,7 +14,7 @@ intecture_agent --address localhost:7101
1414

1515
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.
1616

17-
### Config file
17+
## Config file
1818

1919
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:
2020

0 commit comments

Comments
 (0)