Created
September 2, 2022 03:46
-
-
Save ibnux/7c375e2170569f4ec8e68840ee3d8f23 to your computer and use it in GitHub Desktop.
Mikrotik Hotspot User Profile script, put this on IP -> hotspot -> User Profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:local mak ""; | |
:set mak $"mac-address"; | |
/tool fetch "http://server.absen/?user=$user&mac=$mak&secret=TambahSecretBiarAman" mode=http dst-path=flash/absen.txt; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment