doc/update-tunnelbroker: RouterOS v7 path syntax

This commit is contained in:
Christian Hesse 2022-05-11 10:31:17 +02:00
parent f759a9a52e
commit 09d926ed2f

View file

@ -28,11 +28,11 @@ 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, pass=s3cr3t, id=12345" tunnelbroker;
Also enabling dynamic DNS in Mikrotik cloud is required:
/ ip cloud set ddns-enabled=yes;
/ip/cloud/set ddns-enabled=yes;
See also
--------