Last active
April 22, 2024 01:29
-
-
Save denihida1216/328883bad3dc0fdc83af7e6058996baa to your computer and use it in GitHub Desktop.
ufw allow port local only, don't publish
This file contains hidden or 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
# note | |
# enp0s3 = match the label in the netplan ip configuration | |
sudo ufw allow in on enp0s3 to any port 4369 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment