diff options
author | Christian Hesse <mail@eworm.de> | 2022-10-09 00:00:50 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-10-09 00:00:50 +0200 |
commit | c95cbdbc1e849f8044b00f85f9a29e064af1ccd1 (patch) | |
tree | b4e6ccbb84e4c33f9607883eef1059fc8154fa59 /doc | |
parent | 16e93018ef4de9400421a335b4493bee9cd198ef (diff) |
doc/update-tunnelbroker: give more hints on expected config
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update-tunnelbroker.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/update-tunnelbroker.md b/doc/update-tunnelbroker.md index bfe8e25..4da4fa8 100644 --- a/doc/update-tunnelbroker.md +++ b/doc/update-tunnelbroker.md @@ -28,7 +28,10 @@ Configuration The configuration goes to interface's comment: - /interface/6to4/set comment="tunnelbroker, user=user, pass=s3cr3t, id=12345" tunnelbroker; + /interface/6to4/set comment="tunnelbroker, user=user, id=12345, pass=s3cr3t" tunnelbroker; + +You should know you user name from login. The `id` is the tunnel's numeric +id, `pass` is the *update key* found on the tunnel's advanced tab. Also enabling dynamic DNS in Mikrotik cloud is required: |