Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
lbp007/1
york
/
dante-server
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dante-server
/
Dockerfile
york
Update Dockerfile
4e7371b
verified
3 days ago
raw
Copy download link
history
blame
contribute
delete
166 Bytes
FROM dv0vd/socks5
EXPOSE
1080
# RUN apt update && \
# apt install -y dante-server
# COPY sockd.conf /etc/danted.conf
#
CMD
[
"sockd"
,
"-f"
,
"/etc/danted.conf"
]