Conversation
Requested Protocol: #10 New Files: - Dockerfile.paqet - Builds paqet from source with libpcap - scripts/paqet-entrypoint.sh - Auto-detects network config, sets up iptables, starts paqet - configs/paqet/.gitkeep - Directory for paqet configs Modified Files: 1. docker-compose.yml - Added paqet service with --network host and --privileged, added ENABLE_PAQET to bootstrap 2. scripts/bootstrap.sh - Added paqet key generation when ENABLE_PAQET=true 3. scripts/generate-user.sh - Added paqet client config generation (paqet-client.yaml, paqet-instructions.txt) 4. Dockerfile.client - Added paqet binary and libpcap for client testing 5. scripts/client-test.sh - Added test_paqet() function for config validation 6. scripts/client-connect.sh - Added connect_paqet() function 7. moav.sh - Added paqet to valid profiles and help text 8. .env.example - Added ENABLE_PAQET, PAQET_LOG_LEVEL, PAQET_KCP_MODE, PAQET_ENCRYPTION 9. README.md - Added Paqet to features list and protocol table 10. README-fa.md - Added Paqet in Farsi 11. docs/CLIENTS.md - Added Paqet setup section with full instructions 12. docs/SETUP.md - Added paqet to profiles list 13. docs/TROUBLESHOOTING.md - Added Paqet troubleshooting section (OpenVZ, libpcap, permissions, iptables) 14. CHANGELOG.md - Documented the new Paqet feature Key Features: - Profile: --profile paqet to run the paqet service - Port: 9999/tcp (configurable via PORT_PAQET) - Auto-detection: Network interface, server IP, gateway MAC - VPS compatibility check: Detects OpenVZ/LXC and warns users - iptables: Auto-configures NOTRACK and RST DROP rules - Client configs: Template with instructions for users to fill in their network details - Encryption: AES via KCP protocol
Closed
Owner
Author
|
Paqet runs correctly now: |
Owner
Author
|
Replaced by #47 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requested Protocol: #10
NEEDS TESTING
New Files:
Modified Files:
Key Features: