diff --git a/ufw/user.rules b/ufw/user.rules index 96da380..16454da 100644 --- a/ufw/user.rules +++ b/ufw/user.rules @@ -42,12 +42,12 @@ ### tuple ### allow tcp 10051 0.0.0.0/0 any 0.0.0.0/0 in -A ufw-user-input -p tcp --dport 10051 -j ACCEPT -### tuple ### allow tcp 6162 0.0.0.0/0 any 0.0.0.0/0 in comment=566565616d207472616e73706f72742072756c65 --A ufw-user-input -p tcp --dport 6162 -j ACCEPT - ### tuple ### allow tcp 6160 0.0.0.0/0 any 0.0.0.0/0 in comment=566565616d206465706c6f796d656e742072756c65 -A ufw-user-input -p tcp --dport 6160 -j ACCEPT +### tuple ### allow tcp 6162 0.0.0.0/0 any 0.0.0.0/0 in comment=566565616d207472616e73706f72742072756c65 +-A ufw-user-input -p tcp --dport 6162 -j ACCEPT + ### END RULES ### ### LOGGING ### diff --git a/ufw/user6.rules b/ufw/user6.rules index 32c4ec9..b952129 100644 --- a/ufw/user6.rules +++ b/ufw/user6.rules @@ -36,12 +36,12 @@ ### tuple ### allow tcp 10051 ::/0 any ::/0 in -A ufw6-user-input -p tcp --dport 10051 -j ACCEPT -### tuple ### allow tcp 6162 ::/0 any ::/0 in comment=566565616d207472616e73706f72742072756c65 --A ufw6-user-input -p tcp --dport 6162 -j ACCEPT - ### tuple ### allow tcp 6160 ::/0 any ::/0 in comment=566565616d206465706c6f796d656e742072756c65 -A ufw6-user-input -p tcp --dport 6160 -j ACCEPT +### tuple ### allow tcp 6162 ::/0 any ::/0 in comment=566565616d207472616e73706f72742072756c65 +-A ufw6-user-input -p tcp --dport 6162 -j ACCEPT + ### END RULES ### ### LOGGING ###